feat: 初始化财务管理应用前端项目,包含账户、预算、交易、报表、设置等核心功能模块。

This commit is contained in:
2026-01-26 01:45:39 +08:00
parent fd7cb4485c
commit 8eaa4dbd11
212 changed files with 30536 additions and 186 deletions

View File

@@ -19,13 +19,11 @@
/* Glassmorphism Header */
/* Glassmorphism Header */
background: var(--glass-panel-bg);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border-bottom: 1px solid rgba(0, 0, 0, 0.02);
/* Very subtle border */
box-shadow: 0 4px 24px rgba(0, 0, 0, 0.02);
/* Ultra soft shadow */
background: var(--glass-bg);
backdrop-filter: blur(24px);
-webkit-backdrop-filter: blur(24px);
border-bottom: 1px solid var(--glass-border);
box-shadow: var(--shadow-sm);
position: sticky;
top: 0;
@@ -69,7 +67,7 @@
.brand-logo:hover .brand-logo-inner {
transform: rotateY(180deg);
/* NEW HOVER SHADOW */
box-shadow: 0 8px 20px var(--shadow-color);
box-shadow: var(--shadow-glow-md);
}
/* Brand Text Column */
@@ -253,7 +251,7 @@
@media (min-width: 768px) {
.app-body {
flex-direction: row;
height: calc(100vh - 64px);
height: calc(100vh - 70px);
/* Full height minus header */
overflow: hidden;
/* Prevent body scroll, force main to scroll */