热搜词
发表于 2017-7-29 22:03:46 | 显示全部楼层 |阅读模式
打开\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;
}
/*底部招标样式结束*/

全部评论0
回复
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|小黑屋|管理员之家 ( 苏ICP备2023053177号-2 )

GMT+8, 2024-7-4 01:07 , Processed in 0.187410 second(s), 22 queries .

Powered by Discuz! X3.5

Cpoyright © 2001-2024 Discuz! Team