...
|
...
|
@@ -66,11 +66,11 @@ html,body { |
|
|
background-image:resolve('life/login/code.png');
|
|
|
background-size: 100% 100%;
|
|
|
background-repeat: no-repeat;
|
|
|
width: 100%;
|
|
|
position: fixed;
|
|
|
height:100%;
|
|
|
left:0;
|
|
|
top:15%;
|
|
|
width: 80%;
|
|
|
position:absolute;
|
|
|
height:60%;
|
|
|
left:10%;
|
|
|
top:10%;
|
|
|
display: none;
|
|
|
z-index: 2;
|
|
|
.close{
|
...
|
...
|
@@ -80,9 +80,44 @@ html,body { |
|
|
position:absolute;
|
|
|
width:40px;
|
|
|
height:40px;
|
|
|
left:1.4rem;
|
|
|
top:4rem;
|
|
|
left:10px;
|
|
|
top:10px;
|
|
|
}
|
|
|
}
|
|
|
.statu-mark{
|
|
|
position: fixed;
|
|
|
z-index: 1;
|
|
|
background-color: #505050;
|
|
|
opacity: 0.5;
|
|
|
width: 100%;
|
|
|
height:38.125rem;
|
|
|
display: none;
|
|
|
}
|
|
|
.statu-box{
|
|
|
background-color: #000000;
|
|
|
padding:5%;
|
|
|
color: #FFFFFF;
|
|
|
line-height: 1rem;
|
|
|
position: absolute;
|
|
|
width: 70%;
|
|
|
height:18%;
|
|
|
z-index: 2;
|
|
|
display: none;
|
|
|
left:10%;
|
|
|
top:30%;
|
|
|
font-size: 0.8rem;
|
|
|
opacity: 0.9;
|
|
|
.statu{
|
|
|
margin-top: 1rem;
|
|
|
}
|
|
|
.sure{
|
|
|
position: absolute;
|
|
|
color:#58C4F5;
|
|
|
bottom: 0;
|
|
|
right: 0;
|
|
|
background: #000000;
|
|
|
border: none;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@import "coupon"; |
|
|
\ No newline at end of file |
...
|
...
|
|