From bfb503a07e72f1b1e98f72e4d1535405431cd912 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Fri, 28 Jun 2024 11:08:20 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/addClock.vue | 11 ++++++----- pages/index/currentPoints.vue | 8 +++++--- pages/my/mangshi.vue | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/pages/index/addClock.vue b/pages/index/addClock.vue index 7586ee9..c43f6f3 100644 --- a/pages/index/addClock.vue +++ b/pages/index/addClock.vue @@ -11,7 +11,7 @@ 往期{{orderType=='2'?'加钟率':'充值率'}} - + {{earnings}} @@ -281,7 +281,7 @@ } .tapNav-name{ font-weight: bold; - font-size: 31rpx; + font-size: 28rpx; color: #333333; } @@ -497,10 +497,11 @@ color: #333333; background: #FFFFFF; border-radius: 24rpx; + margin-top: 8rpx; } .header-text{ font-weight: 400; - font-size: 22rpx; + font-size: 27rpx; color: #FFFFFF; margin-top: 2px; } @@ -525,8 +526,8 @@ .header{ width: 100%; height: 300rpx; - padding: 15px; - background-image: url('../../static/index/fun_banner4.png'); + padding: 15px 20px; + background:#fff url('../../static/index/fun_banner4.png'); background-repeat: no-repeat; background-size: 100% 100%; display: flex; diff --git a/pages/index/currentPoints.vue b/pages/index/currentPoints.vue index f51b5fc..a204676 100644 --- a/pages/index/currentPoints.vue +++ b/pages/index/currentPoints.vue @@ -346,13 +346,15 @@ margin-bottom: 10px; } .tapNav-list{ - width: 100%; + width: 96%; margin: 0 auto; display: flex; flex-direction:row; align-items: center; justify-content: space-between; background-color: #fff; + border-radius: 15rpx; + margin-top: -30px; } .tapNav-view{ height: 40px; @@ -642,7 +644,7 @@ } .header-text{ font-weight: 400; - font-size: 28rpx; + font-size: 26rpx; color: #FFFFFF; } .header-top-left image{ @@ -667,7 +669,7 @@ width: 100%; height: 300rpx; padding: 5px 20px; - background:#fff url('../../static/index/fun_banner4.png'); + background:#f7f7f7 url('../../static/index/fun_banner4.png'); background-repeat: no-repeat; background-size: 100% 100%; display: flex; diff --git a/pages/my/mangshi.vue b/pages/my/mangshi.vue index bf230b6..50a49eb 100644 --- a/pages/my/mangshi.vue +++ b/pages/my/mangshi.vue @@ -256,6 +256,6 @@ margin: 30rpx 10rpx; color: #FFFFFF; font-size: 30rpx; - background: linear-gradient(to right, #223845, #00a85b); + background: linear-gradient(90deg, #019C88, #28BA92, #35C495); }