From fd818a26ed051d7db9c04a7d2fbfd276261c2725 Mon Sep 17 00:00:00 2001 From: duanhao Date: Fri, 15 Aug 2025 14:10:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=B4=E9=83=A8=E6=A1=88=E4=BE=8B=E6=A0=87?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/GroupEvolution/groupStructure/index.vue | 2 +- src/views/Navigation/index.vue | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/GroupEvolution/groupStructure/index.vue b/src/views/GroupEvolution/groupStructure/index.vue index 10b685b..7004fe7 100644 --- a/src/views/GroupEvolution/groupStructure/index.vue +++ b/src/views/GroupEvolution/groupStructure/index.vue @@ -193,7 +193,7 @@ onMounted(async () => { .top-container { width: 100%; height: 88px; - background-image: url(@/assets/images/groupEvolution/title/page-title.png); + background-image: url(@/assets/images/groupEvolution/page-title.png); background-repeat: no-repeat; background-size: cover; fill: linear-gradient(270deg, rgba(6, 61, 113, 0.1) 0%, rgba(8, 30, 56, 0.38) 100%); diff --git a/src/views/Navigation/index.vue b/src/views/Navigation/index.vue index 47424b3..601a82b 100644 --- a/src/views/Navigation/index.vue +++ b/src/views/Navigation/index.vue @@ -303,6 +303,9 @@ const onSetTransition = (swiper, duration) => { font-style: Regular; font-size: 40px; color: #fff; + text-shadow: + 0 0 23px rgba(8, 105, 160, 0.82), + 2px 4px 4px rgba(9, 18, 26, 0.26); } .nav-name-next { /* 移除绝对定位 */