From 249da3340b039cfe35b30e01a635725e73fd409f Mon Sep 17 00:00:00 2001 From: Cx330 <1487537121@qq.com> Date: Tue, 22 Apr 2025 20:50:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8C=89=E9=92=AE=E6=96=87?= =?UTF-8?q?=E5=AD=97=E9=A2=9C=E8=89=B2=EF=BC=8C=E6=9A=82=E6=97=B6=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E8=83=8C=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/body.css | 2 +- css/max_width.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/css/body.css b/css/body.css index ddd8d63..285f7e7 100644 --- a/css/body.css +++ b/css/body.css @@ -3,7 +3,7 @@ body { font-family: "Arial", sans-serif; /* 背景图 */ - background-image: url("../blackboard/test.jpg"); /* 图片地址 */ + background-image: url("../blackboard/.jpg"); /* 图片地址 */ background-size: cover; /* 自动缩放并裁剪 */ background-position: center center; /* 居中裁剪 */ background-repeat: no-repeat; /* 不重复平铺 */ diff --git a/css/max_width.css b/css/max_width.css index 0be153f..1a17bd6 100644 --- a/css/max_width.css +++ b/css/max_width.css @@ -32,7 +32,8 @@ } .swbutton { - background-color: rgba(200, 200, 200, 0.1); + color: black; + background-color: rgba(200, 200, 200, 0.2); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); transition: background-color 1s ease, transform 0.5s ease;