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;
|
2024-02-22 16:59:19 +08:00
|
|
|
top: 296rpx;
|
2024-02-22 16:09:08 +08:00
|
|
|
left: 50%;
|
|
|
|
margin-left: -325rpx;
|
2024-02-22 15:15:08 +08:00
|
|
|
width: 649rpx;
|
|
|
|
height: 256rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottomView{
|
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
2024-02-22 16:59:19 +08:00
|
|
|
bottom: 129rpx;
|
2024-02-22 15:15:08 +08:00
|
|
|
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
|
|
|
}
|
|
|
|
|
2024-10-31 09:56:50 +08:00
|
|
|
.text{
|
|
|
|
position: absolute;
|
|
|
|
left: 60%;
|
|
|
|
bottom: 189rpx;
|
|
|
|
margin-left: -320rpx;
|
|
|
|
width: 620rpx;
|
|
|
|
height: 150rpx;
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
|