红绿项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

28 lines
405 B

.big{
position: relative;
}
.login-body{
padding: 36rpx 36rpx;
}
.login-body .big .text{
color: #BFC2CC;
font-size: 24rpx;
position: absolute;
top: 16rpx;
}
.login-btn{
margin-top: 60rpx;
background-color: #34026B;
color: #fff;
font-size: 28rpx;
line-height: 96rpx;
border-radius: 20rpx;
}
.u-form-item{
height: 110rpx !important;
}
/deep/ .u-input__right-icon{
display: none !important;
}