...
|
...
|
@@ -91,40 +91,45 @@ html,body { |
|
|
top:40%;
|
|
|
}
|
|
|
}
|
|
|
.statu-mark{
|
|
|
position: fixed;
|
|
|
z-index: 1;
|
|
|
background-color: #505050;
|
|
|
opacity: 0.5;
|
|
|
width: 100%;
|
|
|
height:38.125rem;
|
|
|
.successed{
|
|
|
background-image:resolve('life/login/get.png');
|
|
|
background-size: 100% 100%;
|
|
|
position: absolute;
|
|
|
width: 80%;
|
|
|
height:20%;
|
|
|
left: 10%;
|
|
|
top:33%;
|
|
|
display: none;
|
|
|
}
|
|
|
.statu-box{
|
|
|
background-color:#464646;
|
|
|
padding:5%;
|
|
|
color: #FFFFFF;
|
|
|
line-height: 1rem;
|
|
|
.faill{
|
|
|
background-image:resolve('life/login/faill.png');
|
|
|
background-size: 100% 100%;
|
|
|
position: absolute;
|
|
|
width: 70%;
|
|
|
height:10%;
|
|
|
z-index: 2;
|
|
|
display: none;
|
|
|
width: 80%;
|
|
|
height:20%;
|
|
|
left:10%;
|
|
|
top:35%;
|
|
|
font-size: 0.8rem;
|
|
|
opacity: 0.9;
|
|
|
.statu{
|
|
|
margin-top: 1rem;
|
|
|
}
|
|
|
.sure{
|
|
|
position: absolute;
|
|
|
bottom: 0;
|
|
|
right: 0;
|
|
|
background: #464646;
|
|
|
border: none;
|
|
|
color:#FFFFFF;
|
|
|
}
|
|
|
top:33%;
|
|
|
display: none;
|
|
|
}
|
|
|
.late{
|
|
|
background-image:resolve('life/login/late.png');
|
|
|
background-size: 100% 100%;
|
|
|
position: absolute;
|
|
|
width: 80%;
|
|
|
height:20%;
|
|
|
left: 10%;
|
|
|
top:33%;
|
|
|
display: none;
|
|
|
}
|
|
|
.sure{
|
|
|
position: absolute;
|
|
|
display: block;
|
|
|
width: 42%;
|
|
|
height: 23%;
|
|
|
left: 29%;
|
|
|
bottom: 3%;
|
|
|
color: #FFFFFF;
|
|
|
sborder: solid 0.05rem #FFFFFF;
|
|
|
}
|
|
|
}
|
|
|
@import "coupon"; |
|
|
\ No newline at end of file |
...
|
...
|
|