mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 14:19:38 +08:00
48 lines
610 B
Plaintext
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;
|
|
}
|
|
|