Compare commits
4
Commits
v2.0.3
...
2faace4810
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2faace4810 | ||
|
|
45002b809a | ||
|
|
1b62bf99ce | ||
|
|
6fafa6eb00 |
@@ -779,13 +779,13 @@ table tr:hover td {
|
||||
}
|
||||
|
||||
/* ===== Login Page ===== */
|
||||
.login-page {
|
||||
.login-page, .register-page {
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 24px;
|
||||
background: var(--md-ref-background);
|
||||
background: transparent; /* 完全透明,透出壁纸 */
|
||||
}
|
||||
|
||||
.login-card {
|
||||
@@ -1802,7 +1802,7 @@ button.glass-card, .btn.glass-card, .nav-tab.glass-card, .chip.glass-card {
|
||||
flex-wrap: wrap;
|
||||
padding: 22px 28px 28px;
|
||||
border-top: 1px solid var(--md-ref-outline-variant);
|
||||
background: var(--md-ref-background);
|
||||
background: transparent; /* 壁纸时页脚透出背景 */
|
||||
}
|
||||
.footer-classic .fc-left {
|
||||
font-size: 13px;
|
||||
@@ -1840,7 +1840,7 @@ button.glass-card, .btn.glass-card, .nav-tab.glass-card, .chip.glass-card {
|
||||
|
||||
/* ---- 分栏导航 ---- */
|
||||
.footer-columns {
|
||||
background: var(--md-ref-background);
|
||||
background: transparent; /* 壁纸时页脚透出背景 */
|
||||
border-top: 1px solid var(--md-ref-outline-variant);
|
||||
}
|
||||
.footer-columns .fc-grid {
|
||||
|
||||
Reference in New Issue
Block a user