From 3a900f686c74a307191b76c1e5e861a95d1bdb05 Mon Sep 17 00:00:00 2001 From: xuxy <1059738716@qq.com> Date: 星期四, 27 六月 2024 15:48:42 +0800 Subject: [PATCH] 1 --- pages/user/user.scss | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/pages/user/user.scss b/pages/user/user.scss index 9d4488b..09c27ce 100644 --- a/pages/user/user.scss +++ b/pages/user/user.scss @@ -7,7 +7,7 @@ .top-bg{ padding: 32rpx; - background-image: url('../../static/images/farmer/user/bg.png'); + // background-image: url('../../static/images/farmer/user/bg.png'); height: 438rpx; max-height: 438rpx; @@ -56,6 +56,7 @@ .user-info{ padding: 28rpx 24rpx; + padding-bottom: 0rpx; // background: #FFFFFF; border-radius: 16rpx; // line-height: 116rpx; @@ -63,6 +64,9 @@ font-weight: 600; font-size: 32rpx; color: #000000; + .t1{ + line-height: 50rpx; + } } .user-icon{ width: 116rpx; -- Gitblit v1.9.3