2024-02-22 16:09:08 +08:00

48 lines
610 B
Plaintext

.container{
}
.bgImg{
width: 750rpx;
height: 100vh;
}
.titleImg{
display: block;
position: absolute;
top: 150rpx;
left: 50%;
margin-left: -325rpx;
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;
}