...
|
...
|
@@ -8,17 +8,17 @@ html,body { |
|
|
background-image:resolve('life/login/bg.jpg');
|
|
|
background-size: contain;
|
|
|
background-repeat: no-repeat;
|
|
|
height: 38.125rem;
|
|
|
height: 1525px;
|
|
|
width: 100%;
|
|
|
margin-bottom: -0.8rem;
|
|
|
margin-bottom: -32px;
|
|
|
.btn-input{
|
|
|
position: absolute;
|
|
|
top: 15.2rem;
|
|
|
left: 4.2rem;
|
|
|
top: 608px;
|
|
|
left: 168px;
|
|
|
border:none;
|
|
|
width: 9.25rem;
|
|
|
height: 1rem;
|
|
|
line-height: 0.75rem;
|
|
|
width: 370px;
|
|
|
height:40px;
|
|
|
line-height: 30px;
|
|
|
text-align: center;
|
|
|
font-size: 24px;
|
|
|
}
|
...
|
...
|
@@ -30,7 +30,7 @@ html,body { |
|
|
height:82px;
|
|
|
position: absolute;
|
|
|
left: 20%;
|
|
|
top:17rem;
|
|
|
top:680px;
|
|
|
}
|
|
|
.down-app{
|
|
|
background-image:resolve('life/login/button_2.png');
|
...
|
...
|
@@ -39,7 +39,7 @@ html,body { |
|
|
width: 80%;
|
|
|
height:8.13%;
|
|
|
left: 10%;
|
|
|
bottom: 4rem;
|
|
|
bottom: 160px;
|
|
|
position: absolute;
|
|
|
}
|
|
|
.notice{
|
...
|
...
|
@@ -50,11 +50,11 @@ html,body { |
|
|
height:7%;
|
|
|
position: absolute;
|
|
|
left: 10%;
|
|
|
bottom: 0.5rem;
|
|
|
bottom: 20px;
|
|
|
}
|
|
|
.mark{
|
|
|
width: 100%;
|
|
|
height:38.125rem;
|
|
|
height:1525px;
|
|
|
background:#69cffe;
|
|
|
position: fixed;
|
|
|
opacity: 0.5;
|
...
|
...
|
@@ -132,7 +132,7 @@ html,body { |
|
|
left: 29%;
|
|
|
bottom: 3%;
|
|
|
color: #FFFFFF;
|
|
|
sborder: solid 0.05rem #FFFFFF;
|
|
|
sborder: solid 2px #FFFFFF;
|
|
|
}
|
|
|
}
|
|
|
@import "coupon"; |
|
|
\ No newline at end of file |
...
|
...
|
|