Authored by rqq

本地生活样式更改

... ... @@ -27,7 +27,7 @@ html,body {
background-size: 100% 100%;
background-repeat: no-repeat;
width: 60.625%;
height:8.13%;
height:7%;
position: absolute;
left: 20%;
top:17rem;
... ... @@ -63,12 +63,12 @@ html,body {
display: none;
}
.code{
background-image:resolve('life/login/code.png');
background-image:resolve('life/login/code.jpg');
background-size: 100% 100%;
background-repeat: no-repeat;
width: 80%;
position:absolute;
height:60%;
height:42.5%;
left:10%;
top:10%;
display: none;
... ... @@ -83,6 +83,13 @@ html,body {
left:10px;
top:10px;
}
img{
height: 40%;
width: 50%;
position: absolute;
left: 25%;
top:40%;
}
}
.statu-mark{
position: fixed;
... ...
... ... @@ -6,6 +6,7 @@
<div class="mark"></div>
<div class="code">
<div class="close"></div>
<img src="http://static.dev.yohobuy.com/img/life/login/codemark.jpg"/>
</div>
<div class="statu-mark"></div>
<div class="statu-box">
... ...