正在显示
1 个修改的文件
包含
14 行增加
和
3 行删除
@@ -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 |
-
请 注册 或 登录 后发表评论