From 34303a28007f03d6eeeec47db87b6d56b0dbd57f Mon Sep 17 00:00:00 2001 From: lyf <2514544224@qq.com> Date: Wed, 15 Jul 2026 00:31:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=82=B9=E4=BD=8D=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=94=B6=E8=B5=B7=E6=80=81=E5=9C=B0=E8=89=B2=E8=BE=B9?= =?UTF-8?q?=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index d567a16..6e2a78e 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -1956,11 +1956,11 @@ const handleExplainBack = () => { box-sizing: border-box; overflow: hidden; background: - linear-gradient(180deg, rgba(224, 225, 0, 0.18) 0, rgba(224, 225, 0, 0) 46px), - #060704; - border: 1px solid rgba(224, 225, 0, 0.34); + linear-gradient(180deg, rgba(224, 225, 0, 0.14) 0, rgba(224, 225, 0, 0) 46px), + #443c2d; + border: 1px solid #95855e; border-radius: 8px; - box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28); + box-shadow: 0 12px 28px rgba(58, 50, 35, 0.26); transform: translateX(-50%); z-index: 1003; }