From e2850704749e6e145b21e9aef7bd5ae2155862b5 Mon Sep 17 00:00:00 2001 From: Cx330 <1487537121@qq.com> Date: Wed, 26 Mar 2025 21:08:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E4=BF=AE=E5=B0=8F=E8=A1=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/footer.css | 2 +- css/header.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/css/footer.css b/css/footer.css index b21518f..3d18006 100644 --- a/css/footer.css +++ b/css/footer.css @@ -2,10 +2,10 @@ footer { background-color: rgba(51, 51, 51, 0.5); /* 半透明背景 */ color: white; - padding: 0px; display: flex; justify-content: center; align-items: center; + padding: 0px; position: fixed; left: 0; right: 0; diff --git a/css/header.css b/css/header.css index 65a1972..e3d3c27 100644 --- a/css/header.css +++ b/css/header.css @@ -35,6 +35,7 @@ header .toggle-menu:hover { #fullscreen-button { position: absolute; right: 16px; + top: 0px; background: none; border: none; cursor: pointer; @@ -78,6 +79,7 @@ header .toggle-menu:hover { #logo_head { font-family: 'Pacifico', cursive; /* 使用本地字体 Pacifico */ + margin: 0; padding-left: 10px; text-align: left; font-size: 32px;