45 lines
645 B
Plaintext
Raw Normal View History

2024-02-22 15:15:08 +08:00
.container{
2024-02-22 16:09:08 +08:00
}
.bgImg{
width: 750rpx;
2024-02-22 15:15:08 +08:00
height: 100vh;
}
2024-08-19 14:16:18 +08:00
.title{
2024-02-22 16:09:08 +08:00
position: absolute;
left: 50%;
2024-08-19 14:16:18 +08:00
top: 110rpx;
transform: translateX(-50%);
font-size: 32rpx;
font-weight: bold;
color: white;
2024-02-22 15:15:08 +08:00
}
.bottomView{
2024-08-19 14:16:18 +08:00
border-radius: 10rpx;
2024-02-22 15:15:08 +08:00
position: absolute;
left: 50%;
2024-08-19 14:16:18 +08:00
bottom: 180rpx;
transform: translateX(-50%);
width: 80%;
padding: 30rpx 0;
font-size: 38rpx;
font-weight: bold;
text-align: center;
color: #44587e;
background: white;
2024-02-22 15:15:08 +08:00
}
.loginBtn{
width: 100%;
height: 100%;
position: absolute;
z-index: 2;
left: 0;
top: 0;
opacity: 0;
2024-02-21 17:43:11 +08:00
}