shangjia1.1/pages/store/change_phone/change_phone.scss

41 lines
683 B
SCSS

.wrap {
.desc {
display: flex;
color: #b9bbc3;
font-size: 18rpx;
width: 100%;
.notice {
width: 60%;
text-align: left;
}
.forget {
width: 40%;
text-align: right;
color: #333333;
display: none;
}
}
.button {
width: 90%;
font-size: 40rpx;
background-color: #ed6d00;
color: #ffffff;
letter-spacing: 10rpx;
}
}
/deep/.u-form {
padding: 26rpx 32rpx;
font-size: 28rpx;
}
/deep/.u-form-item {
border-bottom: 2rpx solid #efefef;
}
/deep/.u-form-item__body__right__message{
margin-left: 257px !important;
}
/deep/.u-form-item__body__left__content__label{
font-size: 28rpx;
width: 200rpx;
}