From e5a77d6a551d13e4cf74624b31b0fa3e328b304d Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期四, 23 一月 2025 17:23:39 +0800 Subject: [PATCH] - --- src/pages/mine/mine.scss | 26 ++++++++++++++++---------- 1 files changed, 16 insertions(+), 10 deletions(-) diff --git a/src/pages/mine/mine.scss b/src/pages/mine/mine.scss index f08bee5..4c84d57 100644 --- a/src/pages/mine/mine.scss +++ b/src/pages/mine/mine.scss @@ -9,6 +9,11 @@ padding: 32rpx 0 0 32rpx; height: 280rpx; } +.header-hide{ + background: #fff; + padding: 32rpx 0 0 32rpx; + height: 200rpx; +} .header-img { justify-content: space-between; @@ -22,6 +27,7 @@ } .header-image-left { + width: 100%; overflow: hidden; } @@ -35,8 +41,8 @@ .header-image-left .header-name { color: #111e38; - font-size: 40rpx; - font-weight: 700; + font-size: 36rpx; + // font-weight: 700; padding-left: 28rpx; white-space: nowrap; overflow: hidden; @@ -66,7 +72,7 @@ } .num-bold { - font-weight: 700; + // font-weight: 700; font-size: 32rpx; color: #111e38; } @@ -118,7 +124,7 @@ justify-content: center; background: #00e699; margin: 40rpx 30rpx 0 0; - font-weight: 700; + // font-weight: 700; } .job-box, @@ -155,7 +161,7 @@ } .job-box .num { - font-weight: 700; + // font-weight: 700; color: #111e38; font-size: 36rpx; line-height: 44rpx; @@ -169,13 +175,13 @@ } .nav-box { - margin: 32rpx; + margin: 28rpx; background: #fff; border-radius: 16rpx; } .nav-item { - height: 120rpx; + height: 100rpx; justify-content: space-between; padding: 0 32rpx; } @@ -188,13 +194,13 @@ .nav-item .nav-title { // color: #111e38; - font-size: 32rpx; - font-weight: 700; + font-size: 30rpx; + // font-weight: 700; } .nav-title .iconfont { margin-right: 32rpx; - font-weight: 400; + // font-weight: 400; font-size: 52rpx; } -- Gitblit v1.9.1