62 lines
805 B
Plaintext
62 lines
805 B
Plaintext
.mb20 {
|
|
margin-bottom: 40rpx;
|
|
}
|
|
|
|
.wrap {
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.wrap .auth-login {
|
|
margin: 100rpx 0 50rpx;
|
|
width: 550rpx;
|
|
}
|
|
|
|
.auth_bg {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.auth_bg::after {
|
|
border: 0;
|
|
}
|
|
|
|
.wrap .line1 {
|
|
line-height: 50rpx;
|
|
color: #333;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.wrap .line2 {
|
|
line-height: 50rpx;
|
|
color: #999;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.wrap .line3 {
|
|
line-height: 50rpx;
|
|
color: #333;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.wrap .confirm {
|
|
width: 500rpx;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
margin-top: 40rpx;
|
|
background: #4facfe;
|
|
color: #fff;
|
|
border-radius: 10rpx;
|
|
font-size: 34rpx;
|
|
margin-bottom: 40%;
|
|
}
|
|
|
|
.button-hover {
|
|
opacity: 0.8;
|
|
}
|