From b2da86ee20c3bcd81341fec26cb8a82d038d8b4c Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Fri, 5 Jul 2024 15:22:27 +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 --- pages/index/index.vue | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 1a43465..429f8e2 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -81,7 +81,7 @@ --> - + 当前等级 {{ currentGrade ? currentGrade : "A0" }} @@ -144,9 +144,9 @@ - + 物料记录 - @@ -1541,7 +1541,7 @@ body { } .jishi-index{ width: 100%; - height: 215px; + height: 265px; padding: 0 20px; background-image: url('../../static/index/technician15.png'); background-repeat: no-repeat; @@ -1568,19 +1568,19 @@ page { // } .bg { /* 定义一个线性渐变,从红色开始,到蓝色结束 */ - background-image: linear-gradient(to bottom, #223845, #00a85b); + background-image: linear-gradient(to bottom, #019c88, #1cb08f); } .gxbox { display: flex; font-size: 20rpx; width: 100%; - background-color: #008e7c; + background-color: #019c88; color: #fff; border-radius: 15px 15px 0 0; padding: 0 30rpx; height: 60rpx; - margin-top: 12rpx; + margin-top: 2rpx; justify-content: space-between; } @@ -1595,10 +1595,10 @@ page { .dengjibox { position: relative; width: 100%; - height: 300rpx; - background: linear-gradient(-90deg, #019C88, #1BB9A5, #029D88); - box-shadow: 0rpx 0rpx 16rpx 0rpx rgba(26,25,26,0.3); - border-radius: 20rpx; + height: 286rpx; + background: linear-gradient(-45deg, #88d7c9, #1BB9A5, #88d7c9); + //box-shadow: 0rpx 0rpx 16rpx 0rpx rgba(26,25,26,0.3); + border-radius: 20rpx 20rpx 0 0; padding: 30rpx; color: #ffffff; display: flex; @@ -1915,9 +1915,10 @@ uni-switch::before { .viewMore { position: absolute; - right: 10px; - top: 10px; + right: 15px; + top: 25px; font-size: 22rpx; + color: #019c88; } .materialPackageTitle {