fix(web): 合并两套 CSS 设计令牌,清理 features 冗余样式

- 删除 colors_and_type.css(与 color.css 完全相同,改 scan.html 引用 color.css)
- 删除 shared.css(无任何页面引用,已被 base.njk+style.css 替代)
- 移除 features-inventory.css / features-approval.css 头部 105 行重复代码
  (reset、.btn、.container、.section、.eyebrow、.topnav 均由 base.njk 提供,features 页已走模板)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
wangjia
2026-06-08 01:48:32 +08:00
parent 1c901432a6
commit 22a31f6eb8
5 changed files with 1 additions and 655 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>商品验真 — 岩美</title>
<meta name="description" content="岩美防伪验证 — 扫码查看商品详情与防伪信息" />
<link rel="stylesheet" href="/assets/colors_and_type.css" />
<link rel="stylesheet" href="/assets/color.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&display=swap" rel="stylesheet">