dengjie commit : 会员中心及其联系客服页面初步完成
This commit is contained in:
BIN
static/my/wo_icon_hyzxbj.png
Normal file
BIN
static/my/wo_icon_hyzxbj.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 89 KiB |
22
static/styles/form.scss
Normal file
22
static/styles/form.scss
Normal 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;
|
||||
}
|
||||
35
static/styles/myAvatar.scss
Normal file
35
static/styles/myAvatar.scss
Normal 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;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user