mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 21:19:37 +08:00
58 lines
765 B
Plaintext
58 lines
765 B
Plaintext
.container{
|
|
|
|
}
|
|
|
|
.bgImg{
|
|
width: 750rpx;
|
|
height: 100vh;
|
|
}
|
|
|
|
.titleImg{
|
|
display: block;
|
|
position: absolute;
|
|
top: 296rpx;
|
|
left: 50%;
|
|
margin-left: -325rpx;
|
|
width: 649rpx;
|
|
height: 256rpx;
|
|
}
|
|
|
|
.bottomView{
|
|
position: absolute;
|
|
left: 50%;
|
|
bottom: 129rpx;
|
|
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;
|
|
}
|
|
|
|
.text{
|
|
position: absolute;
|
|
left: 60%;
|
|
bottom: 189rpx;
|
|
margin-left: -320rpx;
|
|
width: 620rpx;
|
|
height: 150rpx;
|
|
font-size: 15px;
|
|
}
|
|
|