Authored by rqq

本来生活样式rem改成px

@@ -10,7 +10,7 @@ html,body { @@ -10,7 +10,7 @@ html,body {
10 background-repeat: no-repeat; 10 background-repeat: no-repeat;
11 height: 100%; 11 height: 100%;
12 width: 100%; 12 width: 100%;
13 - margin-bottom: -0.8rem; 13 + margin-bottom: -32px;
14 .life-page-link-content { 14 .life-page-link-content {
15 width: 100%; 15 width: 100%;
16 height: 8.13%; 16 height: 8.13%;
@@ -8,17 +8,17 @@ html,body { @@ -8,17 +8,17 @@ html,body {
8 background-image:resolve('life/login/bg.jpg'); 8 background-image:resolve('life/login/bg.jpg');
9 background-size: contain; 9 background-size: contain;
10 background-repeat: no-repeat; 10 background-repeat: no-repeat;
11 - height: 38.125rem; 11 + height: 1525px;
12 width: 100%; 12 width: 100%;
13 - margin-bottom: -0.8rem; 13 + margin-bottom: -32px;
14 .btn-input{ 14 .btn-input{
15 position: absolute; 15 position: absolute;
16 - top: 15.2rem;  
17 - left: 4.2rem; 16 + top: 608px;
  17 + left: 168px;
18 border:none; 18 border:none;
19 - width: 9.25rem;  
20 - height: 1rem;  
21 - line-height: 0.75rem; 19 + width: 370px;
  20 + height:40px;
  21 + line-height: 30px;
22 text-align: center; 22 text-align: center;
23 font-size: 24px; 23 font-size: 24px;
24 } 24 }
@@ -30,7 +30,7 @@ html,body { @@ -30,7 +30,7 @@ html,body {
30 height:82px; 30 height:82px;
31 position: absolute; 31 position: absolute;
32 left: 20%; 32 left: 20%;
33 - top:17rem; 33 + top:680px;
34 } 34 }
35 .down-app{ 35 .down-app{
36 background-image:resolve('life/login/button_2.png'); 36 background-image:resolve('life/login/button_2.png');
@@ -39,7 +39,7 @@ html,body { @@ -39,7 +39,7 @@ html,body {
39 width: 80%; 39 width: 80%;
40 height:8.13%; 40 height:8.13%;
41 left: 10%; 41 left: 10%;
42 - bottom: 4rem; 42 + bottom: 160px;
43 position: absolute; 43 position: absolute;
44 } 44 }
45 .notice{ 45 .notice{
@@ -50,11 +50,11 @@ html,body { @@ -50,11 +50,11 @@ html,body {
50 height:7%; 50 height:7%;
51 position: absolute; 51 position: absolute;
52 left: 10%; 52 left: 10%;
53 - bottom: 0.5rem; 53 + bottom: 20px;
54 } 54 }
55 .mark{ 55 .mark{
56 width: 100%; 56 width: 100%;
57 - height:38.125rem; 57 + height:1525px;
58 background:#69cffe; 58 background:#69cffe;
59 position: fixed; 59 position: fixed;
60 opacity: 0.5; 60 opacity: 0.5;
@@ -132,7 +132,7 @@ html,body { @@ -132,7 +132,7 @@ html,body {
132 left: 29%; 132 left: 29%;
133 bottom: 3%; 133 bottom: 3%;
134 color: #FFFFFF; 134 color: #FFFFFF;
135 - sborder: solid 0.05rem #FFFFFF; 135 + sborder: solid 2px #FFFFFF;
136 } 136 }
137 } 137 }
138 @import "coupon"; 138 @import "coupon";