dm-wechat-mini/pages/login/login.wxss
2025-04-01 22:23:42 +08:00

69 lines
1.1 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{
height:40vh;
width:60vw;
display: block;
margin:70rpx auto;
}
.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) + 40rpx);
left:0;
width:100%;
text-align: center;
color: #999999;
}
.custom-scroll-view .main{
display:flex;
align-items: center;
padding-bottom:calc(var(--safe-bottom) + 40rpx + 34rpx);
overflow: hidden;
}
.custom-scroll-view .main-scroll{
flex:1;
max-height: 100%;
overflow: auto;
}