From e8c0fb6392e5b3a6858e4a0b05a609dc0e8b0ce3 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Fri, 28 Jun 2024 13:45:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my/fund/index.css | 15 ++++++----- pages/index/technicianLevel.vue | 48 ++++++++++++++++++--------------- 2 files changed, 35 insertions(+), 28 deletions(-) diff --git a/my/fund/index.css b/my/fund/index.css index dc175cd..522dc34 100644 --- a/my/fund/index.css +++ b/my/fund/index.css @@ -34,7 +34,7 @@ .innerTopRight { height: fit-content; - font-size: 16px; + font-size: 13px; display: flex; justify-content: right; padding-right: 10px; @@ -64,9 +64,9 @@ } .innerTimer{ - font-size: 14px; + font-size: 13px; margin-top: 5px; - color: #666; + color: #999; margin-right: 10px; } .totalIntegral { @@ -159,7 +159,7 @@ color: #0aa86a; background-color: #FFFFFF; padding: 6px; - border-radius: 10px; + border-radius: 30px; width: 60px; text-align: center; } @@ -224,12 +224,14 @@ .storedIntegralMiddle view:nth-child(1) { margin-left: 3px; - color: #666; + color: #999; + font-size: 30rpx; } .storedIntegralMiddleofRight { margin-right: 19px; - color: #666; + color: #333; + font-size: 30rpx; } .storedIntegralBottom { @@ -238,6 +240,7 @@ margin-left: 3px; border-bottom: 1px solid #f4f4f4; color:#999; + font-size: 26rpx; } .withdrawalMoneyBtn { diff --git a/pages/index/technicianLevel.vue b/pages/index/technicianLevel.vue index d2cef09..8a9d4a1 100644 --- a/pages/index/technicianLevel.vue +++ b/pages/index/technicianLevel.vue @@ -18,7 +18,7 @@ {{ artificerData.grade }} - 当期等级 + @@ -101,22 +101,23 @@ top: 0; background: url(../../static/images/index/vip.png) no-repeat center; background-size: cover; - width: 76.39rpx; - height:54rpx; + width: 96.39rpx; + height:74rpx; text-align: center; - line-height: 30px; + line-height: 48px; font-weight: bold; - font-size: 17rpx; + font-size: 23rpx; color: #FFFFFF; } .mian-list-view span:nth-child(1){ - font-size: 23rpx; - color: #019D88; + font-size: 36rpx; + color: #019c88; + font-weight: bold; } .mian-list-view span:nth-child(2){ - font-size: 18rpx; - color: #666666; - margin-top: 5px; + font-size: 22rpx; + color: #333; + margin-top: 2px; } .mian-list-view{ width: 25%; @@ -131,6 +132,7 @@ flex-direction: row; justify-content: space-between; align-items: center; + margin-top: 35rpx; } .fencheng span{ font-size: 23rpx; @@ -142,6 +144,7 @@ color: #FE912A; margin-top: 2px; margin-left: 5px; + font-weight: bold; } .fencheng{ display: flex; @@ -168,7 +171,7 @@ border-radius: 14rpx; display: flex; flex-direction: column; - padding: 10px; + padding: 15px; margin-bottom: 10px; position: relative; } @@ -193,13 +196,14 @@ background: url(../../static/images/index/vip.png) no-repeat center; background-size: cover; width: 198rpx; - height: 70px; + height: 80px; text-align: center; - line-height: 84px; + line-height: 96px; font-weight: normal; - font-size: 30rpx; + font-size: 40rpx; color: #FEFEFE; font-style: italic; + font-weight: bold; } .header-right-bottom{ width: 30%; @@ -207,12 +211,12 @@ flex-direction: column; align-items: center; justify-content: space-evenly; - margin-top: 42px; - margin-right: 8px; + margin-top: 20px; + margin-right: 6px; } .header-right-text{ - margin-top: 10px; - font-size: 18rpx; + margin-top: 6px; + font-size: 22rpx; color: #FFFFFF; } .header-right-top span:nth-child(1){ @@ -220,13 +224,13 @@ height: 34rpx; text-align: center; line-height: 34rpx; - font-size: 22rpx; + font-size: 24rpx; color: #843200; background: linear-gradient(-36deg, #FFE45A, #FFBB46); border-radius: 15rpx 0rpx 15rpx 0rpx; } .header-right-top span:nth-child(2){ - font-size: 22rpx; + font-size: 26rpx; color: #FFF5BC; margin-left: 5px; } @@ -235,7 +239,7 @@ display: flex; flex-direction: row; align-items: center; - margin-top: 15px; + margin-top: 20px; } .header-right{ width: 65%; @@ -246,7 +250,7 @@ .header{ width: 100%; - padding: 10px; + padding: 13px 23px; height: 263rpx; display: flex; flex-direction: row;