登录界面:修改登录框背景为毛玻璃,图片右对齐增强可读性
起始页:增加起始导航页
This commit is contained in:
parent
79791c80ab
commit
5a7ad76ed0
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue