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