82 lines
1.3 KiB
Plaintext
82 lines
1.3 KiB
Plaintext
page{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.bg{
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.loginbtn{
|
|
position: absolute;
|
|
left: 173rpx;
|
|
width: 400rpx;
|
|
height: 80rpx;
|
|
color: #fff;
|
|
background-color: #07C160;
|
|
border-radius: 40rpx;
|
|
font-size: 30rpx;
|
|
text-align: center;
|
|
bottom: 200rpx;
|
|
}
|
|
.loginbtn::after{
|
|
border: none;
|
|
}
|
|
.logo{
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
position: absolute;
|
|
left: 275rpx;
|
|
top: 275rpx;
|
|
z-index: 2;
|
|
border-radius: 50%;
|
|
}
|
|
.modal-mask{
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
position: fixed;
|
|
background: rgba(0,0,0,0.5);
|
|
}
|
|
.modal-dialog{
|
|
position: fixed;
|
|
width: 80%;
|
|
height: 350rpx;
|
|
top: 50%;
|
|
left: 10%;
|
|
margin-top: -175rpx;
|
|
background: #fff;
|
|
border-radius: 10rpx;
|
|
}
|
|
.modal-content{
|
|
padding: 30rpx 0;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
color: #ccc;
|
|
}
|
|
.modal-content .title{
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
margin-bottom: 20rpx;
|
|
margin-top: 20rpx;
|
|
color: #111;
|
|
}
|
|
.modal-content button{
|
|
margin-top: 50rpx;
|
|
display: flex;
|
|
flex-wrap: nowrap;
|
|
width: 80% !important;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.modal-content text{
|
|
font-size: 16px;
|
|
margin-left: 20rpx;
|
|
}
|
|
.iconWx{
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
} |