From 8478c5bd7ffe49f2de420a3cecc1b1a876c1717e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=A1=E5=A4=8D=E4=B9=A0?= <2353956224@qq.com> Date: Fri, 27 Feb 2026 15:37:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=90=E6=98=BE=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 5 ++ src/components/FullPage.vue | 131 ++++++++++++++++++++++++++---------- src/components/PageHome.vue | 18 ++++- 3 files changed, 117 insertions(+), 37 deletions(-) diff --git a/src/App.vue b/src/App.vue index 645ec8a..abf2741 100644 --- a/src/App.vue +++ b/src/App.vue @@ -54,6 +54,11 @@ function handleNavigate(index) { align-items: center; padding: 0 @nav-px; z-index: 1000; + background: rgba(255, 255, 255, 0.72); + backdrop-filter: blur(16px) saturate(180%); + -webkit-backdrop-filter: blur(16px) saturate(180%); + border-bottom: 1px solid rgba(0, 0, 0, 0.06); + transition: background 0.3s ease; } .nav-logo { diff --git a/src/components/FullPage.vue b/src/components/FullPage.vue index c946c70..dc80567 100644 --- a/src/components/FullPage.vue +++ b/src/components/FullPage.vue @@ -6,13 +6,15 @@