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

合并分支 'lihong' 到 'master'

修改



查看合并请求 !203
@@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
11 display: flex; 11 display: flex;
12 flex-flow: column; 12 flex-flow: column;
13 /*background:#70b7ef;*/ 13 /*background:#70b7ef;*/
14 - background: url(__TMPL__/public/mobile/images/back.png)repeat-x center; 14 + /*background: url(__TMPL__/public/mobile/images/back.png)repeat-x center;*/
15 /*height: 100%;*/ 15 /*height: 100%;*/
16 overflow-y: scroll; 16 overflow-y: scroll;
17 } 17 }
@@ -54,7 +54,9 @@ @@ -54,7 +54,9 @@
54 <img src="__TMPL__/public/mobile/images/closeimg.png" class="change_close close_popup"/> 54 <img src="__TMPL__/public/mobile/images/closeimg.png" class="change_close close_popup"/>
55 <p class="call_num">{$site_info.site_mobile}</p> 55 <p class="call_num">{$site_info.site_mobile}</p>
56 <p class="call_tit">- 客服电话 -</p> 56 <p class="call_tit">- 客服电话 -</p>
57 - <p class="change_btn close_popup">确认</p> 57 + <p class="change_btn close_popup">
  58 + <a href="tel:400-110-7575">确认</a>
  59 + </p>
58 </div> 60 </div>
59 </div> 61 </div>
60 </div> 62 </div>
@@ -76,4 +78,4 @@ @@ -76,4 +78,4 @@
76 </script> 78 </script>
77 </body> 79 </body>
78 80
79 -</html>  
  81 +</html>