dengjie commit : 会员中心及其联系客服页面初步完成

This commit is contained in:
clay
2022-12-17 23:10:41 +08:00
parent 76b6d9e557
commit 6d4a43b417
14 changed files with 310 additions and 98 deletions

22
static/styles/form.scss Normal file
View File

@@ -0,0 +1,22 @@
.u-form {
margin-top: 20rpx;
}
.u-form-item__body__left {
width: auto !important;
color: #3E3E3E;
margin-left: 20rpx;
margin-right: 50rpx;
}
.u-form-item__body {
padding: 24rpx 0 !important;
}
.u-form-item__body__left__content__label {
font-size: 24rpx !important;
}
.u-form-item {
background-color: #fff;
}