36 lines
562 B
Plaintext
36 lines
562 B
Plaintext
/* 登录 */
|
|
|
|
page {
|
|
background: #000;
|
|
}
|
|
|
|
.loginImg {
|
|
position: relative;
|
|
height: 100vh;
|
|
width: 100%;
|
|
}
|
|
|
|
.loginImg image {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.loginBtn[size="mini"]{
|
|
background: #33f800;
|
|
color: #000;
|
|
width: 240rpx;
|
|
height: 86rpx;
|
|
line-height: 76rpx;
|
|
border-radius: 30rpx;
|
|
position: absolute;
|
|
bottom: 5vh;
|
|
left: calc(50% - 120rpx);
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 4rpx solid #fff;
|
|
box-sizing: border-box;
|
|
font-size: 36rpx;
|
|
} |