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

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

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;
}

View File

@@ -0,0 +1,35 @@
.u-status-bar {
background-color: transparent !important;
}
.u-navbar__content {
background-color: transparent !important;
}
.u-navbar__content__title {
color: #fff !important;
}
.uicon-arrow-left {
// display: none !important;
color: #fff !important;
}
.my_avatar {
position: absolute;
right: 325rpx;
top: 148rpx;
display: flex;
flex-direction: column;
align-items: center;
text {
font-size: 26rpx;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #FFFFFF;
line-height: 37rpx;
}
}