From 5a7ad76ed040c082087444e8d2c3ffe739a2c113 Mon Sep 17 00:00:00 2001 From: Coldin04 Date: Sat, 24 Jan 2026 18:48:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E7=95=8C=E9=9D=A2=EF=BC=9A?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BB=E5=BD=95=E6=A1=86=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E4=B8=BA=E6=AF=9B=E7=8E=BB=E7=92=83=EF=BC=8C=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E5=8F=B3=E5=AF=B9=E9=BD=90=E5=A2=9E=E5=BC=BA=E5=8F=AF=E8=AF=BB?= =?UTF-8?q?=E6=80=A7=20=E8=B5=B7=E5=A7=8B=E9=A1=B5=EF=BC=9A=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E8=B5=B7=E5=A7=8B=E5=AF=BC=E8=88=AA=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- login-page/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/login-page/style.css b/login-page/style.css index 3fe7965..5894e26 100644 --- a/login-page/style.css +++ b/login-page/style.css @@ -3,7 +3,7 @@ body { font-family: Arial, sans-serif; background-image: url('src/login_background.webp'); background-size: cover; - background-position: center; + background-position: right; background-repeat: no-repeat; background-attachment: fixed; } @@ -17,7 +17,7 @@ body { height: 100vh; padding: 0 40px; max-width: 400px; - background-color: rgba(249, 189, 211, 0.98); + background-color: rgba(255, 255, 255, 0.7); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); padding: 20px;