From 5559d0a2277b8da3bfb050dcfdab98b3db20005e Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Tue, 8 Nov 2022 19:20:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/recommend-index/recommend-index.vue | 2 +- pages/index/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/recommend-index/recommend-index.vue b/components/recommend-index/recommend-index.vue index 25b8c55..068ded6 100644 --- a/components/recommend-index/recommend-index.vue +++ b/components/recommend-index/recommend-index.vue @@ -187,7 +187,7 @@ width: 136upx; height: 44upx; // background: ; - background: rgba($color: #181818, $alpha: 0.2); + background: rgba($color: #1767FF, $alpha: 0.2); border-radius: 24upx 0px 0px 0px; backdrop-filter: blur(20px); } diff --git a/pages/index/index.vue b/pages/index/index.vue index 292e7a8..e3cb952 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -835,7 +835,7 @@ font-size: 22upx; color: #6E7B84; background: rgba($color: #387DF7, $alpha: 0.1); - border-radius: 8upx; + border-radius: 16upx; margin-right: 12upx; padding: 4upx 12upx; } @@ -843,7 +843,7 @@ font-size: 22upx; color: #D98135; background: rgba($color: #FF7900, $alpha: 0.1); - border-radius: 8upx; + border-radius: 16upx; margin-right: 12upx; padding: 4upx 12upx; }