作者 李洪娟
1 个管道 的构建 通过 耗费 0 秒

合并分支 'lihong' 到 'master'

修改



查看合并请求 !203
... ... @@ -11,7 +11,7 @@
display: flex;
flex-flow: column;
/*background:#70b7ef;*/
background: url(__TMPL__/public/mobile/images/back.png)repeat-x center;
/*background: url(__TMPL__/public/mobile/images/back.png)repeat-x center;*/
/*height: 100%;*/
overflow-y: scroll;
}
... ...
... ... @@ -54,7 +54,9 @@
<img src="__TMPL__/public/mobile/images/closeimg.png" class="change_close close_popup"/>
<p class="call_num">{$site_info.site_mobile}</p>
<p class="call_tit">- 客服电话 -</p>
<p class="change_btn close_popup">确认</p>
<p class="change_btn close_popup">
<a href="tel:400-110-7575">确认</a>
</p>
</div>
</div>
</div>
... ... @@ -76,4 +78,4 @@
</script>
</body>
</html>
\ No newline at end of file
</html>
... ...