登录页
This commit is contained in:
parent
2fe657fb9e
commit
0f324d9b4d
BIN
src/frontend/public/login_bg.png
Normal file
BIN
src/frontend/public/login_bg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.9 MiB |
|
|
@ -107,7 +107,8 @@ async function handleLogin() {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: 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 {
|
.login-box {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user