作者 刘朕

合并分支 '1iuzhen' 到 'master'

安卓样式调整2



查看合并请求 !30
@@ -44,7 +44,7 @@ html, @@ -44,7 +44,7 @@ html,
44 body { 44 body {
45 position: relative; 45 position: relative;
46 width: 100%; 46 width: 100%;
47 - /*height: 100%;*/ 47 + height: 100%;
48 padding: 0; 48 padding: 0;
49 margin: 0; 49 margin: 0;
50 background-color: #F8F8F8; 50 background-color: #F8F8F8;
@@ -114,11 +114,12 @@ span.back_href { @@ -114,11 +114,12 @@ span.back_href {
114 line-height: .5rem; 114 line-height: .5rem;
115 } 115 }
116 .container{ 116 .container{
117 - width: 7.5rem;  
118 - /*height: 100%;*/ margin: 0 auto; 117 + width: 7.5rem;
  118 + height: 100%;
  119 + margin: 0 auto;
119 box-sizing: border-box; 120 box-sizing: border-box;
120 - /*overflow-y: scroll;*/  
121 - /*overflow-x: hidden;*/ 121 + overflow-y: scroll;
  122 + overflow-x: hidden;
122 } 123 }
123 124
124 125
@@ -182,8 +183,8 @@ span.back_href { @@ -182,8 +183,8 @@ span.back_href {
182 /*.footer*/ 183 /*.footer*/
183 .footer{ 184 .footer{
184 display: flex; 185 display: flex;
185 - /*position: fixed;*/  
186 - /*bottom: 0;*/ 186 + position: fixed;
  187 + bottom: 0;
187 height: 1rem; 188 height: 1rem;
188 color: #BBBBBB; 189 color: #BBBBBB;
189 background-color: #FFFFFF; 190 background-color: #FFFFFF;
@@ -242,5 +243,5 @@ span.back_href { @@ -242,5 +243,5 @@ span.back_href {
242 left: 0; 243 left: 0;
243 top: 0; 244 top: 0;
244 display: none; 245 display: none;
245 - z-index: 6; 246 + z-index: 5;
246 } 247 }