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

合并分支 'lihong' 到 'master'

修改



查看合并请求 !231
@@ -10,7 +10,15 @@ @@ -10,7 +10,15 @@
10 <link rel="stylesheet" type="text/css" href="__TMPL__/public/mobile/css/write/deal_list.css" /> 10 <link rel="stylesheet" type="text/css" href="__TMPL__/public/mobile/css/write/deal_list.css" />
11 <title>已提交订单</title> 11 <title>已提交订单</title>
12 <style type="text/css"> 12 <style type="text/css">
13 - 13 + .foot_icon{
  14 + display: flex;
  15 + justify-content: center;
  16 + /* position: absolute; */
  17 + position: fixed;
  18 + bottom: 0.2rem;
  19 + left: 0;
  20 + right: 0;
  21 + }
14 </style> 22 </style>
15 </head> 23 </head>
16 24
@@ -72,7 +80,7 @@ @@ -72,7 +80,7 @@
72 <!--<p class="order_data">提交时间:2018-04-10</p>--> 80 <!--<p class="order_data">提交时间:2018-04-10</p>-->
73 <!--</div>--> 81 <!--</div>-->
74 82
75 -<div class="bottom_icon"> 83 +<div class="footstyle bottom_icon">
76 <img src="__TMPL__/public/mobile/images/biglogo@2x.png" class="bottom_img" /> 84 <img src="__TMPL__/public/mobile/images/biglogo@2x.png" class="bottom_img" />
77 <p class="bottom_text">{$site_info.site_name}</p> 85 <p class="bottom_text">{$site_info.site_name}</p>
78 </div> 86 </div>
@@ -190,8 +198,11 @@ @@ -190,8 +198,11 @@
190 popup_switch = true 198 popup_switch = true
191 } 199 }
192 } 200 }
  201 + var h=$(".deal_list").height();
  202 + if(h>445){
193 203
194 - alert($(".deal_list").height()) 204 + }
  205 + // alert($(".deal_list").height())
195 </script> 206 </script>
196 </body> 207 </body>
197 208