企业网站移动端添加拨打手机号码!
正在编辑: 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 */完毕
效果













