dm-wechat-mini/pages/login/login.wxss
2025-02-15 23:33:33 +08:00

39 lines
570 B
Plaintext

.login{
text-align: center;
background-color: #fff;
padding-top:120rpx;
height:100vh;
}
.text1{
width:590rpx;
height:56rpx;
}
.text2{
width:348rpx;
height:40rpx;
margin-top:40rpx;
}
.main{
width:678rpx;
height:500rpx;
margin-top:70rpx;
}
.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;
}