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); }