feat(web): 官网移动端适配

- 导航栏:≤768 隐藏横向链接,显示汉堡按钮;点击展开下拉菜单,含全部链接和 CTA
- 新增 ≤600 手机断点:footer 单列、grid 单列、container 内边距收窄、标题字号下调
- 首页:≤768 隐藏 Hero mock 预览(装饰性),≤600 CTA 按钮纵向排列
- features 页(库存/审批):hamburger 导航、≤768 隐藏 composite 视觉、≤600 footer 单列
- 文档页(docs.css):≤600 表格横向可滚
- 下载页:≤600 平台卡片单列排列

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
wangjia
2026-06-07 20:22:00 +08:00
parent ced407ea87
commit 0c96d5e325
8 changed files with 242 additions and 10 deletions
+6
View File
@@ -246,6 +246,12 @@ pageStyle: |
.dl-grid { grid-template-columns: repeat(2, 1fr); }
.page-header { padding: 48px 0 40px; }
}
@media (max-width: 600px) {
.ph-meta { flex-wrap: wrap; gap: 12px; }
.dl-grid { grid-template-columns: 1fr; }
.changelog { grid-template-columns: 1fr; }
.changelog-version { font-size: 13px; }
}
---
<!-- ============================== PAGE HEADER ============================== -->