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 -3
View File
@@ -1,6 +1,4 @@
<!-- 门面品牌色带(方案 A):盖住 nav + 切换条,门面卡压在接缝上 -->
<view class="brand-band"></view>
<nav-bar title="肉垫计划" tone="brand"></nav-bar>
<nav-bar title="肉垫计划"></nav-bar>
<view class="top-bar on-band"><pet-switch bind:add="onAddPet"></pet-switch></view>