refactor(mp): 迁移商城+AI报告+预约列表+文章详情页 — 统一组件库

商城订单/积分兑换/积分明细、AI 报告列表、预约列表、
文章详情共 6 个页面迁移:
- 最外层容器 → PageShell
- SCSS 删除 min-height/background 通用样式
This commit is contained in:
iven
2026-05-16 01:33:42 +08:00
parent 37327a4da4
commit 466b6567d1
12 changed files with 36 additions and 50 deletions

View File

@@ -1,11 +1,8 @@
@import '../../../styles/variables.scss';
@import '../../../styles/mixins.scss';
.orders-page {
min-height: 100vh;
background: $bg;
padding-bottom: 40px;
}
// PageShell 已接管min-height, background, safe-bottom
// ContentCard 已接管order-card 背景/圆角/阴影
/* ===== 订单列表 ===== */
.order-list {
@@ -13,11 +10,8 @@
}
.order-card {
background: $card;
border-radius: $r;
margin-bottom: 16px;
overflow: hidden;
box-shadow: $shadow-sm;
}
.order-header {