作者 刘朕
1 个管道 的构建 通过 耗费 0 秒

页面底部自适应修改

@@ -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
@@ -88,6 +88,10 @@ textarea { @@ -88,6 +88,10 @@ textarea {
88 outline: none !important; 88 outline: none !important;
89 } 89 }
90 90
  91 +.default_height {
  92 + height: 100%;
  93 +}
  94 +
91 .container{ -webkit-overflow-scrolling:touch;} 95 .container{ -webkit-overflow-scrolling:touch;}
92 96
93 97
@@ -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 +}