67 lines
1.0 KiB
Plaintext
67 lines
1.0 KiB
Plaintext
.login{
|
|
text-align: center;
|
|
background-color: #fff;
|
|
height:100vh;
|
|
}
|
|
.text1{
|
|
/* margin-top:90rpx; */
|
|
width:590rpx;
|
|
height:56rpx;
|
|
}
|
|
.text2{
|
|
width:348rpx;
|
|
height:40rpx;
|
|
margin-top:40rpx;
|
|
}
|
|
.main-img{
|
|
width:60vw;
|
|
margin:70rpx 0;
|
|
}
|
|
.agree .yellow{
|
|
color:#FEC400;
|
|
margin-left:0;
|
|
}
|
|
.policy{
|
|
font-size: 26rpx;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
}
|
|
.policy .radio{
|
|
margin-right:10rpx;
|
|
}
|
|
.button{
|
|
margin:0 64rpx 60rpx 64rpx!important;
|
|
}
|
|
.button[disabled]{
|
|
background-color:#e4e4e4!important;
|
|
color: #fff!important;
|
|
}
|
|
.user-code{
|
|
position: absolute;
|
|
bottom:0;
|
|
left:0;
|
|
width:100%;
|
|
text-align: center;
|
|
color:#999999;
|
|
opacity: .1;
|
|
}
|
|
|
|
.btn-no-login{
|
|
position: absolute;
|
|
bottom:calc(var(--safe-bottom) + 20rpx);
|
|
left:0;
|
|
width:100%;
|
|
text-align: center;
|
|
color: #999999;
|
|
}
|
|
.custom-scroll-view .main{
|
|
display:flex;
|
|
align-items: center;
|
|
padding-bottom:calc(var(--safe-bottom) + 20rpx + 34rpx);
|
|
overflow: hidden;
|
|
}
|
|
.custom-scroll-view .main-scroll{
|
|
flex:1;
|
|
max-height: 100%;
|
|
overflow: auto;
|
|
} |