江湖家居至尊版手机版底部浮动装修招标样式美化
打开\themes\default\mobile\block\footer.html模板文件,查找如下代码:<!--底部浮动招标开始-->
<!--<div class="tender">
<h2 class="fl"><a href="tel:<{$CONFIG.site.phone}>">
<i id="telIco"></i><{$CONFIG.site.phone}></a></h2>
<a href="<{link ctl='mobile/tenders'}>" class="fr btn">免费设计与报价</a>
</div>-->
<!--底部浮动招标结束-->
修改为:
/*底部招标样式开始*/
.tender {
background: rgba(0,0,0,0.7);
height: 0.32rem;
margin: 0;
padding: 0.03rem 0;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
overflow: hidden;
}
.tender span {
display: block;
width: 1px;
height: 100%;
position: absolute;
background: #606060;
left: 49%;
top: 0;
}
.footer-img {
display: -webkit-box;
display: box;
display: -webkit-flex;
display: flex;
}
.footer-img li {
width: 50%;
position: relative;
}
.foot-kefu {
position: fixed;
bottom: 0;
width: 100%;
left: 0;
display: -webkit-box;
display: box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-webkit-box-align: center;
-webkit-align-items: center;
}
.foot-kefu a:nth-of-type(2) {
border-right: none;
}
.foot-kefu a img {
height: 0.3rem;
}
/*底部招标样式结束*/
页:
[1]