首页 / 安企技术 / 企业网站移动端添加拨打手机号码! /

企业网站移动端添加拨打手机号码!

内容来源: 王杨seo站长  |   发布时间: 2026-03-29 18:14

企业网站移动端添加拨打手机号码!

正在编辑: base.html

    <!-- mfooter -->
    <a href="tel:{% contact with name="Cellphone" %}"  title="电话" rel="nofollow" class="mfooter">联系电话: {% contact with name="Cellphone" %}</a>
    <!-- mfooter -->

正在编辑: css/style.css

/* mfooter */
.mfooter {
    display: none;
    background:#0d6efd;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
@media screen and (max-width: 768px) {
	.mfooter {
		display: block;
		position: fixed;
		z-index: 111111111;
		left: 0;
		right: 0;
		bottom: 0;
	}
}
/* mfooter */

完毕

效果

ScreenShot_2026-03-29_181422_591

相关文章