feat(fe): 整站改品牌暖橘竖向淡出渐变,取代独立色块

- page 背景换成顶部品牌橘 → 约半屏褪到米白的竖向淡出,铺全部页面,
  没有色块接缝问题,整屏更一体
- nav-bar 默认改透明 + 深棕字(顶部本身就暖,不再铺奶白毛玻璃);
  去掉 Step4 的 tone 属性和独立 .brand-band
- 带切换条的页面(首页/报告/历史/计划)统一 on-band:chip 半透明白、
  选中实白,在暖底上更清晰

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Blizzard
2026-07-31 13:59:05 +08:00
parent bbc34c5bd6
commit b52729dec8
9 changed files with 23 additions and 51 deletions
+1 -4
View File
@@ -4,10 +4,7 @@ Component({
options: { addGlobalClass: true },
properties: {
title: { type: String, value: '肉垫计划' },
showBack: { type: Boolean, value: false },
// tone="brand":透明底 + 深棕字,压在品牌色带上(首页/记录页)。
// 默认空 = 原来的奶白毛玻璃,另外 7 个页面都靠它,别动默认分支
tone: { type: String, value: '' }
showBack: { type: Boolean, value: false }
},
data: {
statusBarHeight: 20,