正在显示
6 个修改的文件
包含
27 行增加
和
3 行删除
@@ -8,7 +8,9 @@ | @@ -8,7 +8,9 @@ | ||
8 | <link rel="stylesheet" type="text/css" href="__TMPL__/public/mobile/css/write/sale_people.css" /> | 8 | <link rel="stylesheet" type="text/css" href="__TMPL__/public/mobile/css/write/sale_people.css" /> |
9 | <title>销售人员</title> | 9 | <title>销售人员</title> |
10 | <style type="text/css"> | 10 | <style type="text/css"> |
11 | - | 11 | + html,body { |
12 | + height: 100%; | ||
13 | + } | ||
12 | </style> | 14 | </style> |
13 | </head> | 15 | </head> |
14 | 16 |
@@ -8,7 +8,9 @@ | @@ -8,7 +8,9 @@ | ||
8 | <link rel="stylesheet" type="text/css" href="__TMPL__/public/mobile/css/augly.css" /> | 8 | <link rel="stylesheet" type="text/css" href="__TMPL__/public/mobile/css/augly.css" /> |
9 | <title>物流单号查询</title> | 9 | <title>物流单号查询</title> |
10 | <style type="text/css"> | 10 | <style type="text/css"> |
11 | - | 11 | + html,body { |
12 | + height: 100%; | ||
13 | + } | ||
12 | </style> | 14 | </style> |
13 | </head> | 15 | </head> |
14 | 16 |
@@ -8,7 +8,9 @@ | @@ -8,7 +8,9 @@ | ||
8 | <link rel="stylesheet" type="text/css" href="__TMPL__/public/mobile/css/pay/my_pay.css" /> | 8 | <link rel="stylesheet" type="text/css" href="__TMPL__/public/mobile/css/pay/my_pay.css" /> |
9 | <title>我要支付</title> | 9 | <title>我要支付</title> |
10 | <style type="text/css"> | 10 | <style type="text/css"> |
11 | - | 11 | + html,body { |
12 | + height: 100%; | ||
13 | + } | ||
12 | </style> | 14 | </style> |
13 | </head> | 15 | </head> |
14 | 16 |
@@ -218,6 +218,8 @@ | @@ -218,6 +218,8 @@ | ||
218 | justify-content: center; | 218 | justify-content: center; |
219 | margin-top: 0.42rem; | 219 | margin-top: 0.42rem; |
220 | margin-bottom: 0.34rem; | 220 | margin-bottom: 0.34rem; |
221 | + position: relative; | ||
222 | + bottom: 0; | ||
221 | } | 223 | } |
222 | .bottom_img{ | 224 | .bottom_img{ |
223 | width: 0.4rem; | 225 | width: 0.4rem; |
1 | +html, body { | ||
2 | + background: #FFFFFF; | ||
3 | +} | ||
1 | .tab_tit { | 4 | .tab_tit { |
2 | width: 100%; | 5 | width: 100%; |
3 | height: 1.12rem; | 6 | height: 1.12rem; |
@@ -88,3 +91,12 @@ | @@ -88,3 +91,12 @@ | ||
88 | background-color: #FEFBF3; | 91 | background-color: #FEFBF3; |
89 | color: #EAA512; | 92 | color: #EAA512; |
90 | } | 93 | } |
94 | +.bottom_icon { | ||
95 | + display: flex; | ||
96 | + justify-content: center; | ||
97 | + position: relative; | ||
98 | + bottom: 0; | ||
99 | + left: 0; | ||
100 | + right: 0; | ||
101 | + padding: 0.42rem 0 0.34rem; | ||
102 | +} |
-
请 注册 或 登录 后发表评论