From 93922c3ceb06e86029d03f25c5911fd6a9bfedb0 Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Tue, 24 Dec 2024 16:23:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=9C=8D=E4=BD=8D=E7=BD=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9/=E9=A1=B6=E9=83=A8=E5=AF=BC=E8=88=AA=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E8=89=B2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style/css/index.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/style/css/index.css b/style/css/index.css index d25e515..5ead59e 100644 --- a/style/css/index.css +++ b/style/css/index.css @@ -46,7 +46,7 @@ body,p,div{ position: fixed; z-index: 88; right: 2px; - bottom: 40%; + bottom: 165px; width: 32px; padding: 8px 4px 13px; /* height: 116px; */ @@ -311,9 +311,11 @@ header{ background-color: #ffffffb3; -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); - box-shadow: none; + /* box-shadow: none; */ transition: background-color .3s ease-in-out; - background: linear-gradient(90deg, rgba(243, 246, 254, 0) 0%, #F3F6FE 100%); + /* background: linear-gradient(90deg, rgba(243, 246, 254, 0) 0%, #F3F6FE 100%); */ + background: rgba(255, 255, 255, 0.78); + box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.04); } header .left{