54 lines
839 B
CSS
54 lines
839 B
CSS
body {
|
|
width: 100%;
|
|
height: 21.6533333333rem;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.back {
|
|
position: fixed;
|
|
top: 0.9333333333rem;
|
|
left: 0.4533333333rem;
|
|
z-index: 9999;
|
|
width: 0.8266666667rem;
|
|
height: 0.8266666667rem;
|
|
}
|
|
.back img {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.back p {
|
|
color: #fff;
|
|
font-size: 0.4266666667rem;
|
|
position: absolute;
|
|
width: 9rem;
|
|
left: 0;
|
|
top: 0;
|
|
height: 100%;
|
|
text-align: center;
|
|
line-height: 0.8266666667rem;
|
|
}
|
|
|
|
.box {
|
|
width: 10rem;
|
|
height: 30.0933333333rem;
|
|
background: url(../images/bg.png) no-repeat;
|
|
background-size: 100% 100%;
|
|
position: relative;
|
|
margin: 0 auto 0;
|
|
}
|
|
.box .user {
|
|
width: 8.4rem;
|
|
height: 2rem;
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
.box .user1 {
|
|
top: 22.7rem;
|
|
}
|
|
.box .user2 {
|
|
top: 24.6rem;
|
|
}
|
|
|
|
/*# sourceMappingURL=index.css.map */
|