feat: 个人记账与预算管理系统 MVP 初始版本

This commit is contained in:
2026-04-28 22:57:38 +08:00
commit d2b2e9887a
88 changed files with 29512 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
:root {
--primary: #0052ff;
--primary-hover: #3761ff;
--primary-light: rgba(0, 82, 255, 0.1);
--success: #00c853;
--danger: #ff3d00;
--bg: #f5f5f5;
--surface: #ffffff;
--border: #e5e5e5;
--text-primary: #1a1a1a;
--text-secondary: #737373;
--radius-sm: 4px;
--radius-md: 8px;
--radius-lg: 12px;
--shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
--shadow-md: 0 4px 12px rgba(0, 0, 0, 0.1);
--space-1: 4px;
--space-2: 8px;
--space-3: 12px;
--space-4: 16px;
--space-5: 20px;
--space-6: 24px;
}
#root {
width: 100%;
min-height: 100vh;
}