From 0991f3777a3f07366d75d1243923cad52ed68a99 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Fri, 5 Jul 2024 14:34:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=B9=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 6b31dc0..2ac22fe 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1840,7 +1840,7 @@ uni-switch::before { display: flex; justify-content: center; align-items: center; - background: linear-gradient(-90deg, #019C88, #1BB9A5, #029D88); + background: linear-gradient(180deg, #90dacd, #ebfffa, #ebfffa); // box-shadow: inset 40px 20px 60px #107050, // inset -20px -40px 60px #00a55a; @@ -1886,6 +1886,7 @@ uni-switch::before { align-items: center; font-size: 16px; padding-top: 10px; + color: #019c88; } .import { @@ -1926,17 +1927,21 @@ uni-switch::before { } .importMaterialPackageInner { - width: 50%; + width: 45%; // height: 40px; display: flex; - justify-content: left; + justify-content: center; align-items: center; margin-top: 10px; // border: 1px solid; + background: #7ed3c5; + margin-right: 10rpx; + padding: 8rpx 15rpx; + color: #fff; + border-radius: 30rpx; } .importMaterialPackageInner view { - width: 50%; height: 100%; display: flex; justify-content: left;