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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.titleImg{
|
|
|
|
display: block;
|
2024-02-22 16:09:08 +08:00
|
|
|
position: absolute;
|
|
|
|
top: 150rpx;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -325rpx;
|
2024-02-22 15:15:08 +08:00
|
|
|
width: 649rpx;
|
|
|
|
height: 256rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottomView{
|
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
|
|
|
bottom: 120rpx;
|
|
|
|
margin-left: -310rpx;
|
|
|
|
width: 620rpx;
|
|
|
|
height: 150rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loginBtnImg{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 1;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loginBtn{
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 2;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
opacity: 0;
|
2024-02-21 17:43:11 +08:00
|
|
|
}
|
|
|
|
|