登录页

This commit is contained in:
18631081161 2026-02-05 18:08:17 +08:00
parent 2fe657fb9e
commit 0f324d9b4d
2 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 MiB

View File

@ -107,7 +107,8 @@ async function handleLogin() {
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
background: url('/login_bg.png') no-repeat center center;
background-size: cover;
}
.login-box {