feat: 应急就医模块新增工单/大病就医表单页,重构多角色导航与详情页交互

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-23 20:30:09 +08:00
co-authored by Claude Opus 4.6
parent 41c200e370
commit 7a8ac821da
23 changed files with 4302 additions and 1340 deletions
+16 -3
View File
@@ -103,6 +103,20 @@
background: linear-gradient(135deg, #e8f4ff, #bdd7ff);
display: flex; align-items: center; justify-content: center;
font-size: 24px; flex-shrink: 0;
position: relative;
}
.pause-badge {
position: absolute;
top: -6px;
right: -10px;
padding: 2px 6px;
border-radius: 10px;
background: #fff1f0;
border: 1px solid #ffccc7;
color: #ff4d4f;
font-size: 10px;
line-height: 1.2;
white-space: nowrap;
}
.expert-info { flex: 1; }
.expert-info .name { font-size: 16px; font-weight: 700; color: #1a1a1a; }
@@ -223,7 +237,7 @@
<!-- [交互] 专家卡片3:王志远,点击跳转专家详情页 -->
<div class="expert-card" onclick="window.location.href='expert-profile.html?from=index'">
<div class="expert-avatar">👨‍⚕️</div>
<div class="expert-avatar">👨‍⚕️<span class="pause-badge">暂停服务</span></div>
<div class="expert-info">
<div class="name">王志远 <span style="font-size:12px;font-weight:400;color:#666;">主任医师</span></div>
<div class="dept">广州中山医院 · 骨科</div>
@@ -237,8 +251,7 @@
<div class="rating">⭐ 4.9</div>
<div class="count">咨询 3,105次</div>
<div class="reply">回复率 97%</div>
<!-- [交互] 咨询按钮 -->
<button class="consult-btn" onclick="event.stopPropagation(); window.location.href='expert-profile.html?from=index'">咨询</button>
<button class="consult-btn" style="background:#d9d9d9;color:#fff;cursor:not-allowed;" disabled>咨询</button>
</div>
</div>