fix(ui): 全站视觉审查修复 — 深色模式适配与交互优化

- 法律页面(条款/隐私) Hero 渐变背景深色模式适配,新增 --color-hero-dark-end 变量
- Badge secondary 变体深色模式下从白底白字改为主题自适应灰底
- 首页 Hero 快速导航图标 strokeWidth 加粗提升可读性 (1.8→2.2)
- 服务详情挑战卡片添加 border + hover 边框变色增强层次感
- 移动端 Tab Bar 激活指示器升级为顶部+底部双信号
This commit is contained in:
张翔
2026-05-10 10:37:05 +08:00
parent 0d517078ad
commit c474394237
7 changed files with 16 additions and 7 deletions
+2
View File
@@ -66,6 +66,7 @@
--color-footer-bg: #1C1C1C;
--color-cta-bg: #FAFAFA;
--color-hero-dark-end: #1C1C1C;
--color-footer-text: #A0A0A0;
--color-footer-text-muted: #666666;
--color-footer-text-dim: #999999;
@@ -200,6 +201,7 @@
--color-footer-bg: #000000;
--color-cta-bg: #141414;
--color-hero-dark-end: #1A0A10;
--color-footer-text: #8C8C8C;
--color-footer-text-muted: #525252;
--color-footer-text-dim: #737373;