登录界面:修改登录框背景为毛玻璃,图片右对齐增强可读性

起始页:增加起始导航页
This commit is contained in:
Coldin04 2026-01-24 18:48:08 +08:00
parent 79791c80ab
commit 5a7ad76ed0

View file

@ -3,7 +3,7 @@ body {
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
background-image: url('src/login_background.webp'); background-image: url('src/login_background.webp');
background-size: cover; background-size: cover;
background-position: center; background-position: right;
background-repeat: no-repeat; background-repeat: no-repeat;
background-attachment: fixed; background-attachment: fixed;
} }
@ -17,7 +17,7 @@ body {
height: 100vh; height: 100vh;
padding: 0 40px; padding: 0 40px;
max-width: 400px; max-width: 400px;
background-color: rgba(249, 189, 211, 0.98); background-color: rgba(255, 255, 255, 0.7);
backdrop-filter: blur(10px); backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.2); border: 1px solid rgba(255, 255, 255, 0.2);
padding: 20px; padding: 20px;