dm-wechat-mini/pages/login/login.wxss
2025-02-27 22:13:43 +08:00

47 lines
681 B
Plaintext

.login{
text-align: center;
background-color: #fff;
height:100vh;
}
.text1{
margin-top:120rpx;
width:590rpx;
height:56rpx;
}
.text2{
width:348rpx;
height:40rpx;
margin-top:40rpx;
}
.main{
width:418rpx;
height:448rpx;
margin-top:122rpx;
}
.agree .yellow{
color:#FEC400;
margin-left:0;
}
.policy{
font-size: 26rpx;
display: inline-flex;
align-items: center;
}
.policy .radio{
margin-right:10rpx;
}
.button{
margin:30rpx 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;
}