commit remaining frontend updates

This commit is contained in:
lizhilun
2026-07-01 16:15:23 +08:00
parent e69930799c
commit 77cd66a854
6 changed files with 82 additions and 10 deletions
+18 -1
View File
@@ -12,7 +12,7 @@ body {
.page { display: none; }
.page.active { display: flex; flex-direction: column; }
#loginPage {
#loginPage, #registerPage {
min-height: 100vh;
justify-content: center;
align-items: center;
@@ -68,6 +68,12 @@ body {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: #fff;
}
.btn-secondary {
background: transparent;
color: #667eea;
border: 1px solid #667eea;
margin-top: 12px;
}
.login-error {
color: #e74c3c;
text-align: center;
@@ -76,6 +82,17 @@ body {
min-height: 20px;
}
.login-register-link {
text-align: center;
margin-top: 16px;
}
.login-register-link a {
color: #667eea;
text-decoration: none;
font-size: 14px;
}
/* 首页 */
#homePage {
min-height: 100vh;