refactor(mp): 迁移预约+AI报告详情页 — 使用统一组件库 (12/12)

预约详情页:
- View.detail-page → PageShell 替代手写 page 容器
- 手写 detail-header → PageHeader 组件
- .status-card / .info-section / .tips-card → ContentCard
- 删除通用 page 容器、header 和 card 样式

AI 报告详情页:
- View.detail-page → PageShell 替代手写 page 容器
- .detail-card / .content-card → ContentCard
- 删除通用 page 容器和 card 样式,保留 RichText 内部样式
This commit is contained in:
iven
2026-05-16 01:17:04 +08:00
parent 61f1061092
commit 900c9babc3
4 changed files with 33 additions and 110 deletions

View File

@@ -1,21 +1,6 @@
@import '../../../styles/variables.scss';
@import '../../../styles/mixins.scss';
.detail-page {
min-height: 100vh;
background: $bg;
padding: 24px;
padding-bottom: 40px;
}
.detail-card {
background: $card;
border-radius: $r;
padding: 28px;
margin-bottom: 20px;
box-shadow: $shadow-sm;
}
.detail-type {
@include section-title;
margin-bottom: 12px;
@@ -31,12 +16,7 @@
color: $tx3;
}
.content-card {
background: $card;
border-radius: $r;
padding: 28px;
box-shadow: $shadow-sm;
.content-card-wrap {
// RichText 内部样式
h1, h2, h3 {
font-weight: bold;