feat: 新增首页和账本管理页面,并引入导航、卡片、图表等多个UI组件及玻璃拟物化布局样式。

This commit is contained in:
2026-01-30 14:57:08 +08:00
parent b404072b3b
commit d919a42d15
10 changed files with 839 additions and 309 deletions

View File

@@ -17,7 +17,6 @@
padding: 0 var(--spacing-xl);
/* Increased horizontal padding */
/* Glassmorphism Header */
/* Glassmorphism Header */
background: var(--glass-bg);
backdrop-filter: blur(24px);
@@ -34,6 +33,13 @@
transition: all 0.3s ease;
}
/* Dark Mode Header */
.dark .app-header {
background: rgba(30, 32, 45, 0.7);
border-bottom-color: rgba(255, 255, 255, 0.08);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
/* Brand Section Wrapper */
.brand-wrapper {
display: flex;