部分优化

This commit is contained in:
2026-07-07 18:02:55 +08:00
parent b8af01cc69
commit bf5203b081
48 changed files with 3228 additions and 1755 deletions

View File

@@ -1,14 +1,14 @@
/* ========== 通用 ========== */
.status-bar {
height: var(--status-bar-height);
background-color: #ffffff;
background: linear-gradient(180deg, #fafbff 0%, #f5f6fa 100%);
}
.page-container {
display: flex;
flex-direction: column;
height: 100vh;
background-color: #f5f6fa;
background: linear-gradient(180deg, #f0f2ff 0%, #f5f4f9 40%, #faf9fe 100%);
}
/* ========== 导航栏 ========== */