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

修改

@@ -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
@@ -397,4 +406,4 @@ @@ -397,4 +406,4 @@
397 </script> 406 </script>
398 </body> 407 </body>
399 408
400 -</html>  
  409 +</html>
@@ -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;*/