正在显示
2 个修改的文件
包含
10 行增加
和
3 行删除
@@ -10,7 +10,16 @@ | @@ -10,7 +10,16 @@ | ||
10 | <link rel="stylesheet" type="text/css" href="__TMPL__/public/mobile/css/write/write.css" /> | 10 | <link rel="stylesheet" type="text/css" href="__TMPL__/public/mobile/css/write/write.css" /> |
11 | <title>填写电子订单</title> | 11 | <title>填写电子订单</title> |
12 | <style type="text/css"> | 12 | <style type="text/css"> |
13 | - | 13 | + .bottom_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 | + margin: 0.42rem auto 0.34rem; | ||
22 | + } | ||
14 | </style> | 23 | </style> |
15 | </head> | 24 | </head> |
16 | 25 |
@@ -217,8 +217,6 @@ span.back_href { | @@ -217,8 +217,6 @@ span.back_href { | ||
217 | 217 | ||
218 | /*底部icon*/ | 218 | /*底部icon*/ |
219 | .bottom_icon { | 219 | .bottom_icon { |
220 | - | ||
221 | - | ||
222 | display: flex; | 220 | display: flex; |
223 | justify-content: center; | 221 | justify-content: center; |
224 | /*position: absolute;*/ | 222 | /*position: absolute;*/ |
-
请 注册 或 登录 后发表评论