From aa2c08b3be23a01d44205b2c19d21a2bf53f944f Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 01 四月 2024 16:15:38 +0800 Subject: [PATCH] 图书服务列表、详情页bug修改 --- pages/personalCenter/components/user-center-card/index.wxss | 31 +++++++++++++++++++++++++++---- 1 files changed, 27 insertions(+), 4 deletions(-) diff --git a/pages/personalCenter/components/user-center-card/index.wxss b/pages/personalCenter/components/user-center-card/index.wxss index 62048d8..d618c8b 100644 --- a/pages/personalCenter/components/user-center-card/index.wxss +++ b/pages/personalCenter/components/user-center-card/index.wxss @@ -1,5 +1,5 @@ .user-center-card { - background-image: url('https://cdn-we-retail.ym.tencent.com/miniapp/template/user-center-bg-v1.png'); + /* background-image: url('https://cdn-we-retail.ym.tencent.com/miniapp/template/user-center-bg-v1.png'); */ background-size: cover; background-repeat: no-repeat; padding: 0 24rpx; @@ -9,7 +9,7 @@ margin-top: 160rpx; margin-bottom: 30rpx; margin-left: 20rpx; - height: 96rpx; + height: 120rpx; line-height: 48rpx; display: flex; justify-content: flex-start; @@ -19,8 +19,8 @@ } .user-center-card__header__avatar { - width: 96rpx; - height: 96rpx; + width: 120rpx; + height: 120rpx; border-radius: 48rpx; overflow: hidden; } @@ -34,6 +34,17 @@ margin-right: 16rpx; } +.userTypeBox { + margin-left: 24rpx; + font-size: 28rpx; + padding-top: 15rpx; +} + +.edit { + margin-left: 20rpx; + color: #ff6d00; +} + .user-center-card__header__transparent { position: absolute; left: 0; @@ -45,4 +56,16 @@ .user-center-card__icon { line-height: 96rpx; +} + +.setting { + margin-left: auto; + display: flex; + align-items: center; +} + +.setting .img { + height: 34rpx; + width: 34rpx; + margin-right: 10rpx; } \ No newline at end of file -- Gitblit v1.9.1