431 lines
32 KiB
HTML
431 lines
32 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="zh-CN">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>客户详情 - 球房运营助手</title>
|
||
|
||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
||
<link href="../css/banner.css" rel="stylesheet">
|
||
<link href="../css/ai-icons.css" rel="stylesheet">
|
||
|
||
<style>
|
||
body { font-family: 'Noto Sans SC', -apple-system, BlinkMacSystemFont, sans-serif; padding-bottom: 80px; }
|
||
.st { position: relative; padding-left: 12px; }
|
||
.st::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 4px; height: 16px; border-radius: 2px; }
|
||
.st.blue::before { background: linear-gradient(180deg, #0052d9, #5b9cf8); }
|
||
.st.green::before { background: linear-gradient(180deg, #00a870, #4cd964); }
|
||
.st.orange::before { background: linear-gradient(180deg, #ed7b2f, #ffc107); }
|
||
.st.pink::before { background: linear-gradient(180deg, #e851a4, #f5a0c0); }
|
||
.pv { font-variant-numeric: tabular-nums; }
|
||
.orig-price { text-decoration: line-through; color: #a6a6a6; font-size: 10px; }
|
||
</style>
|
||
</head>
|
||
<body class="bg-gray-1 min-h-screen">
|
||
<!-- Banner -->
|
||
<div class="banner-bg theme-dark-gold texture-aurora relative text-white">
|
||
<div class="h-11 flex items-center relative px-4">
|
||
<button onclick="history.back()" class="absolute left-4 p-1">
|
||
<svg class="w-5 h-5 text-white" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="15 18 9 12 15 6"/></svg>
|
||
</button>
|
||
<h1 class="flex-1 text-center text-base font-medium">客户详情</h1>
|
||
</div>
|
||
<div class="px-5 pt-2 pb-6">
|
||
<div class="flex items-center gap-4 mb-4">
|
||
<div class="w-16 h-16 rounded-2xl bg-white/20 backdrop-blur-sm flex items-center justify-center shadow-lg">
|
||
<span class="text-2xl font-bold text-white">王</span>
|
||
</div>
|
||
<div class="flex-1">
|
||
<div class="flex items-center gap-2 mb-2">
|
||
<span class="text-xl font-semibold">王先生</span>
|
||
<span class="px-2 py-0.5 bg-gradient-to-r from-amber-500 to-yellow-400 text-black font-medium rounded-full text-xs">VIP</span>
|
||
</div>
|
||
<div class="flex items-center gap-4 text-white/70 text-sm">
|
||
<span>138****5678</span>
|
||
<span>VIP20231215</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="bg-white/10 rounded-xl backdrop-blur-sm">
|
||
<div class="grid grid-cols-4">
|
||
<div class="text-center py-3 border-r border-white/10">
|
||
<p class="font-medium text-emerald-300 text-sm">¥8,600</p>
|
||
<p class="text-white/60 text-xs mt-1">储值余额</p>
|
||
</div>
|
||
<div class="text-center py-3 border-r border-white/10">
|
||
<p class="font-medium text-sm">¥2,800</p>
|
||
<p class="text-white/60 text-xs mt-1">60天消费</p>
|
||
</div>
|
||
<div class="text-center py-3 border-r border-white/10">
|
||
<p class="font-medium text-sm">7天</p>
|
||
<p class="text-white/60 text-xs mt-1">理想间隔</p>
|
||
</div>
|
||
<div class="text-center py-3">
|
||
<p class="font-medium text-amber-300 text-sm">12天</p>
|
||
<p class="text-white/60 text-xs mt-1">距今到店</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="p-4 space-y-4">
|
||
<!-- AI 智能洞察(客户全貌总结) -->
|
||
<div class="rounded-2xl overflow-hidden shadow-sm">
|
||
<div class="bg-gradient-to-br from-[#667eea] to-[#764ba2] p-5 text-white">
|
||
<div class="flex items-center gap-2 mb-3">
|
||
<div class="w-6 h-6 bg-white/20 rounded-lg flex items-center justify-center">
|
||
<svg width="16" height="16" viewBox="0 0 24 24" fill="none"><rect x="5" y="7" width="14" height="12" rx="4" fill="white"/><path d="M12 7V4" stroke="white" stroke-width="2" stroke-linecap="round"/><circle cx="12" cy="3" r="1.5" fill="white"/><circle cx="9" cy="11.5" r="2" fill="#667eea"/><circle cx="15" cy="11.5" r="2" fill="#667eea"/><circle cx="9.5" cy="11" r="0.7" fill="white"/><circle cx="15.5" cy="11" r="0.7" fill="white"/><path d="M9.5 15C10 16 14 16 14.5 15" stroke="#667eea" stroke-width="1.5" stroke-linecap="round"/><circle cx="7" cy="13.5" r="1" fill="#f5a0c0" opacity="0.6"/><circle cx="17" cy="13.5" r="1" fill="#f5a0c0" opacity="0.6"/><rect x="3" y="10" width="2" height="4" rx="1" fill="white"/><rect x="19" y="10" width="2" height="4" rx="1" fill="white"/></svg>
|
||
</div>
|
||
<span class="text-sm font-medium text-white/90">AI 智能洞察</span>
|
||
</div>
|
||
<!-- 客户画像总结 -->
|
||
<p class="text-sm text-white/90 leading-relaxed mb-3">高价值 VIP 客户,月均到店 4-5 次,偏好夜场中式台球,近期对斯诺克产生兴趣。社交属性强,常带固定球搭子,有拉新能力。储值余额充足,对促销活动响应积极。</p>
|
||
<!-- 营销策略建议 -->
|
||
<div class="bg-white/10 rounded-xl p-3 backdrop-blur-sm">
|
||
<p class="text-xs text-white/60 mb-2">📋 当前推荐策略</p>
|
||
<div class="space-y-1.5">
|
||
<div class="flex items-start gap-2">
|
||
<span class="shrink-0 w-1.5 h-1.5 bg-emerald-300 rounded-full mt-1.5"></span>
|
||
<p class="text-xs text-white/85 leading-relaxed">最后到店距今 12 天,超出理想间隔 7 天,建议尽快安排助教小燕主动联系召回</p>
|
||
</div>
|
||
<div class="flex items-start gap-2">
|
||
<span class="shrink-0 w-1.5 h-1.5 bg-amber-300 rounded-full mt-1.5"></span>
|
||
<p class="text-xs text-white/85 leading-relaxed">客户提到想练斯诺克走位,可推荐斯诺克专项课程包,结合储值优惠提升客单价</p>
|
||
</div>
|
||
<div class="flex items-start gap-2">
|
||
<span class="shrink-0 w-1.5 h-1.5 bg-pink-300 rounded-full mt-1.5"></span>
|
||
<p class="text-xs text-white/85 leading-relaxed">社交属性强,可邀请参加门店球友赛事活动,带动球搭子到店消费</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 维客线索 -->
|
||
<div class="bg-white rounded-2xl p-5 shadow-sm">
|
||
<div class="flex items-center justify-between mb-4">
|
||
<h2 class="st green text-sm font-semibold text-gray-13">维客线索</h2>
|
||
<span class="ai-title-badge"><span class="ai-title-badge-icon"><svg viewBox="0 0 24 24" fill="none"><rect x="5" y="7" width="14" height="12" rx="4" fill="white" stroke="currentColor" stroke-width="0.8"/><path d="M12 7V4" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/><circle cx="12" cy="3" r="1.5" fill="white" stroke="currentColor" stroke-width="0.7"/><circle cx="9" cy="11.5" r="2" fill="#667eea"/><circle cx="15" cy="11.5" r="2" fill="#667eea"/><circle cx="9.5" cy="11" r="0.7" fill="white"/><circle cx="15.5" cy="11" r="0.7" fill="white"/><path d="M9.5 15C10 16 14 16 14.5 15" stroke="#667eea" stroke-width="1.5" stroke-linecap="round"/><circle cx="7" cy="13.5" r="1" fill="#f5a0c0" opacity="0.6"/><circle cx="17" cy="13.5" r="1" fill="#f5a0c0" opacity="0.6"/><rect x="3" y="10" width="2" height="4" rx="1" fill="white" stroke="currentColor" stroke-width="0.7"/><rect x="19" y="10" width="2" height="4" rx="1" fill="white" stroke="currentColor" stroke-width="0.7"/></svg></span>AI智能洞察</span>
|
||
</div>
|
||
<!-- 线索列表 -->
|
||
<div class="space-y-2.5">
|
||
<!-- 客户基础 -->
|
||
<div class="flex items-start gap-3 p-3 bg-gray-50 rounded-xl border border-gray-100">
|
||
<span class="shrink-0 w-10 h-10 flex items-center justify-center px-0.5 bg-primary/10 text-primary text-[11px] font-medium rounded-sm leading-normal tracking-wide">客户<br>基础</span>
|
||
<div class="flex-1 relative min-h-[2.5rem]">
|
||
<p class="text-sm text-gray-13 leading-snug line-clamp-2">🎂 生日 3月15日 · VIP会员 · 注册2年</p>
|
||
<span class="absolute bottom-0 right-0 text-[11px] text-gray-6 whitespace-nowrap bg-gray-50 pl-1">By:系统</span>
|
||
</div>
|
||
</div>
|
||
<!-- 消费习惯 -->
|
||
<div class="flex items-start gap-3 p-3 bg-gray-50 rounded-xl border border-gray-100">
|
||
<span class="shrink-0 w-10 h-10 flex items-center justify-center px-0.5 bg-success/10 text-success text-[11px] font-medium rounded-sm leading-normal tracking-wide">消费<br>习惯</span>
|
||
<div class="flex-1 relative min-h-[2.5rem]">
|
||
<p class="text-sm text-gray-13 leading-snug line-clamp-2">🌙 常来夜场 · 月均4-5次</p>
|
||
<span class="absolute bottom-0 right-0 text-[11px] text-gray-6 whitespace-nowrap bg-gray-50 pl-1">By:系统</span>
|
||
</div>
|
||
</div>
|
||
<div class="bg-gray-50 rounded-xl border border-gray-100 p-3">
|
||
<div class="flex items-start gap-3">
|
||
<span class="shrink-0 w-10 h-10 flex items-center justify-center px-0.5 bg-success/10 text-success text-[11px] font-medium rounded-sm leading-normal tracking-wide">消费<br>习惯</span>
|
||
<div class="flex-1 relative min-h-[2.5rem]">
|
||
<p class="text-sm text-gray-13 leading-snug line-clamp-2">💰 高客单价</p>
|
||
<span class="absolute bottom-0 right-0 text-[11px] text-gray-6 whitespace-nowrap bg-gray-50 pl-1">By:系统</span>
|
||
</div>
|
||
</div>
|
||
<p class="text-xs text-gray-7 mt-2 leading-relaxed">近60天场均消费 ¥420,高于门店均值 ¥180;偏好夜场时段,酒水附加消费占比 35%</p>
|
||
</div>
|
||
<!-- 玩法偏好 -->
|
||
<div class="flex items-start gap-3 p-3 bg-gray-50 rounded-xl border border-gray-100">
|
||
<span class="shrink-0 w-10 h-10 flex items-center justify-center px-0.5 bg-purple-500/10 text-purple-600 text-[11px] font-medium rounded-sm leading-normal tracking-wide">玩法<br>偏好</span>
|
||
<div class="flex-1 relative min-h-[2.5rem]">
|
||
<p class="text-sm text-gray-13 leading-snug line-clamp-2">🎱 偏爱中式 · 斯诺克进阶中</p>
|
||
<span class="absolute bottom-0 right-0 text-[11px] text-gray-6 whitespace-nowrap bg-gray-50 pl-1">By:系统</span>
|
||
</div>
|
||
</div>
|
||
<!-- 促销接受 -->
|
||
<div class="bg-gray-50 rounded-xl border border-gray-100 p-3">
|
||
<div class="flex items-start gap-3">
|
||
<span class="shrink-0 w-10 h-10 flex items-center justify-center px-0.5 bg-warning/10 text-warning text-[11px] font-medium rounded-sm leading-normal tracking-wide">促销<br>接受</span>
|
||
<div class="flex-1 relative min-h-[2.5rem]">
|
||
<p class="text-sm text-gray-13 leading-snug line-clamp-2">🍷 爱点酒水套餐 · 对储值活动敏感</p>
|
||
<span class="absolute bottom-0 right-0 text-[11px] text-gray-6 whitespace-nowrap bg-gray-50 pl-1">By:系统</span>
|
||
</div>
|
||
</div>
|
||
<p class="text-xs text-gray-7 mt-2 leading-relaxed">最近3次到店均点了酒水套餐;上次 ¥5000 储值活动当天即充值,对满赠类活动响应率高</p>
|
||
</div>
|
||
<!-- 社交关系 -->
|
||
<div class="bg-gray-50 rounded-xl border border-gray-100 p-3">
|
||
<div class="flex items-start gap-3">
|
||
<span class="shrink-0 w-10 h-10 flex items-center justify-center px-0.5 bg-pink-500/10 text-pink-600 text-[11px] font-medium rounded-sm leading-normal tracking-wide">社交<br>关系</span>
|
||
<div class="flex-1 relative min-h-[2.5rem]">
|
||
<p class="text-sm text-gray-13 leading-snug line-clamp-2">👥 常带朋友 · 固定球搭子2人</p>
|
||
<span class="absolute bottom-0 right-0 text-[11px] text-gray-6 whitespace-nowrap bg-gray-50 pl-1">By:系统</span>
|
||
</div>
|
||
</div>
|
||
<p class="text-xs text-gray-7 mt-2 leading-relaxed">近60天 80% 的到店为多人局,常与「李哥」「阿杰」同行;曾介绍2位新客办卡</p>
|
||
</div>
|
||
<!-- 重要反馈 -->
|
||
<div class="flex items-start gap-3 p-3 bg-gray-50 rounded-xl border border-gray-100">
|
||
<span class="shrink-0 w-10 h-10 flex items-center justify-center px-0.5 bg-error/10 text-error text-[11px] font-medium rounded-sm leading-normal tracking-wide">重要<br>反馈</span>
|
||
<div class="flex-1 relative min-h-[2.5rem]">
|
||
<p class="text-sm text-gray-13 leading-snug line-clamp-2">⚠️ 上次提到想练斯诺克走位,对球桌维护质量比较在意,建议优先安排VIP房</p>
|
||
<span class="absolute bottom-0 right-0 text-[11px] text-gray-6 whitespace-nowrap bg-gray-50 pl-1">By:小燕</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 助教任务 -->
|
||
<div class="bg-white rounded-2xl p-5 shadow-sm">
|
||
<div class="flex items-center justify-between mb-4">
|
||
<h2 class="st blue text-sm font-semibold text-gray-13">助教任务</h2>
|
||
<span class="text-xs text-gray-6">当前进行中</span>
|
||
</div>
|
||
<div class="space-y-3">
|
||
<!-- 小燕 - 高优先召回 -->
|
||
<div class="p-3 bg-gradient-to-br from-red-50/80 to-rose-50/60 rounded-xl border border-red-100/60">
|
||
<div class="flex items-center justify-between mb-2">
|
||
<div class="flex items-center gap-2">
|
||
<span class="text-sm font-semibold text-gray-13">小燕</span>
|
||
<span class="px-2 py-0.5 bg-pink-100 text-pink-700 text-xs rounded-full font-medium">高级助教</span>
|
||
</div>
|
||
<span class="px-2 py-0.5 bg-red-100 text-red-700 text-xs rounded-full font-medium">高优先召回</span>
|
||
</div>
|
||
<div class="flex items-center justify-between text-xs text-gray-7 mb-2">
|
||
<span>上次服务:02-20 21:30 · 2.5h</span>
|
||
</div>
|
||
<div class="grid grid-cols-3 gap-2">
|
||
<div class="bg-white/80 rounded-lg py-1.5 text-center"><p class="text-[10px] text-gray-6 mb-0.5">近60天次数</p><p class="text-sm font-bold text-primary">18次</p></div>
|
||
<div class="bg-white/80 rounded-lg py-1.5 text-center"><p class="text-[10px] text-gray-6 mb-0.5">总时长</p><p class="text-sm font-bold text-gray-13">17h</p></div>
|
||
<div class="bg-white/80 rounded-lg py-1.5 text-center"><p class="text-[10px] text-gray-6 mb-0.5">次均时长</p><p class="text-sm font-bold text-warning">0.9h</p></div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 泡芙 - 关系构建 -->
|
||
<div class="p-3 bg-gradient-to-br from-pink-50/80 to-fuchsia-50/60 rounded-xl border border-pink-100/60">
|
||
<div class="flex items-center justify-between mb-2">
|
||
<div class="flex items-center gap-2">
|
||
<span class="text-sm font-semibold text-gray-13">泡芙</span>
|
||
<span class="px-2 py-0.5 bg-purple-100 text-purple-700 text-xs rounded-full font-medium">中级助教</span>
|
||
</div>
|
||
<span class="px-2 py-0.5 bg-pink-100 text-pink-700 text-xs rounded-full font-medium">关系构建</span>
|
||
</div>
|
||
<div class="flex items-center justify-between text-xs text-gray-7 mb-2">
|
||
<span>上次服务:02-15 14:00 · 1.5h</span>
|
||
</div>
|
||
<div class="grid grid-cols-3 gap-2">
|
||
<div class="bg-white/80 rounded-lg py-1.5 text-center"><p class="text-[10px] text-gray-6 mb-0.5">近60天次数</p><p class="text-sm font-bold text-primary">12次</p></div>
|
||
<div class="bg-white/80 rounded-lg py-1.5 text-center"><p class="text-[10px] text-gray-6 mb-0.5">总时长</p><p class="text-sm font-bold text-gray-13">11h</p></div>
|
||
<div class="bg-white/80 rounded-lg py-1.5 text-center"><p class="text-[10px] text-gray-6 mb-0.5">次均时长</p><p class="text-sm font-bold text-warning">0.9h</p></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 最喜欢的助教 -->
|
||
<div class="bg-white rounded-2xl p-5 shadow-sm">
|
||
<div class="flex items-center justify-between mb-4">
|
||
<h2 class="st pink text-sm font-semibold text-gray-13">最喜欢的助教</h2>
|
||
<span class="text-xs text-gray-6">近60天</span>
|
||
</div>
|
||
<div class="space-y-3">
|
||
<div class="p-4 bg-gradient-to-br from-pink-50/80 to-rose-50/60 rounded-xl border border-pink-100/60">
|
||
<div class="flex items-center justify-between mb-2.5">
|
||
<div class="flex items-center gap-2.5"><span class="text-lg">❤️</span><span class="text-sm font-semibold text-gray-13">小燕</span></div>
|
||
<div class="flex items-center gap-1.5"><span class="text-xs text-gray-7">关系指数</span><span class="text-lg font-bold text-success">0.92</span></div>
|
||
</div>
|
||
<p class="text-xs text-gray-7 mb-1.5 pl-0.5">近60天</p>
|
||
<div class="grid grid-cols-4 gap-2">
|
||
<div class="bg-white/80 rounded-lg py-2 text-center"><p class="text-xs text-gray-7 mb-0.5">基础</p><p class="text-base font-bold text-primary">12h</p></div>
|
||
<div class="bg-white/80 rounded-lg py-2 text-center"><p class="text-xs text-gray-7 mb-0.5">激励</p><p class="text-base font-bold text-warning">5h</p></div>
|
||
<div class="bg-white/80 rounded-lg py-2 text-center"><p class="text-xs text-gray-7 mb-0.5">上课</p><p class="text-base font-bold text-gray-13">18次</p></div>
|
||
<div class="bg-white/80 rounded-lg py-2 text-center"><p class="text-xs text-gray-7 mb-0.5">充值</p><p class="text-base font-bold text-success">¥5,000</p></div>
|
||
</div>
|
||
</div>
|
||
<div class="p-4 bg-gradient-to-br from-amber-50/80 to-yellow-50/60 rounded-xl border border-amber-100/60">
|
||
<div class="flex items-center justify-between mb-2.5">
|
||
<div class="flex items-center gap-2.5"><span class="text-lg">💛</span><span class="text-sm font-semibold text-gray-13">泡芙</span></div>
|
||
<div class="flex items-center gap-1.5"><span class="text-xs text-gray-7">关系指数</span><span class="text-lg font-bold text-warning">0.78</span></div>
|
||
</div>
|
||
<p class="text-xs text-gray-7 mb-1.5 pl-0.5">近60天</p>
|
||
<div class="grid grid-cols-4 gap-2">
|
||
<div class="bg-white/80 rounded-lg py-2 text-center"><p class="text-xs text-gray-7 mb-0.5">基础</p><p class="text-base font-bold text-primary">8h</p></div>
|
||
<div class="bg-white/80 rounded-lg py-2 text-center"><p class="text-xs text-gray-7 mb-0.5">激励</p><p class="text-base font-bold text-warning">3h</p></div>
|
||
<div class="bg-white/80 rounded-lg py-2 text-center"><p class="text-xs text-gray-7 mb-0.5">上课</p><p class="text-base font-bold text-gray-13">12次</p></div>
|
||
<div class="bg-white/80 rounded-lg py-2 text-center"><p class="text-xs text-gray-7 mb-0.5">充值</p><p class="text-base font-bold text-success">¥3,000</p></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 消费记录(放在最下方) -->
|
||
<div class="bg-white rounded-2xl p-5 shadow-sm">
|
||
<h2 class="st orange text-sm font-semibold text-gray-13 mb-4">消费记录</h2>
|
||
<div class="space-y-4">
|
||
|
||
<!-- 台桌详情 Record 1:有团购折扣,2位助教,有食品酒水 -->
|
||
<div class="rounded-xl border border-gray-200 overflow-hidden">
|
||
<div class="bg-gradient-to-r from-blue-50 to-indigo-50 px-4 py-2 flex items-center justify-between border-b border-blue-100/50">
|
||
<div class="flex items-center gap-2">
|
||
<span class="w-1.5 h-1.5 bg-primary rounded-full"></span>
|
||
<span class="text-sm font-semibold text-primary">A12号台</span>
|
||
</div>
|
||
<span class="text-sm text-gray-8">2026-02-05</span>
|
||
</div>
|
||
<!-- 时间信息:紧凑一行 -->
|
||
<div class="px-4 py-2.5 border-b border-gray-100 flex items-center justify-between">
|
||
<div class="flex items-center gap-3 text-base">
|
||
<span class="text-gray-13 font-medium pv">21:30</span>
|
||
<span class="text-gray-7">→</span>
|
||
<span class="text-gray-13 font-medium pv">00:50</span>
|
||
<span class="px-2 py-0.5 bg-primary/10 text-primary text-xs rounded-full font-medium">3h20min</span>
|
||
</div>
|
||
<!-- 台费(有团购折扣) -->
|
||
<div class="text-right flex-shrink-0">
|
||
<span class="text-base font-bold text-gray-13 pv">¥180</span>
|
||
<span class="orig-price ml-1">¥240</span>
|
||
</div>
|
||
</div>
|
||
<!-- 助教列表:一行2个卡片 -->
|
||
<div class="px-4 py-3">
|
||
<div class="grid grid-cols-2 gap-2 mb-3">
|
||
<!-- 助教卡片1:小燕 -->
|
||
<div class="bg-gray-50 rounded-lg p-2.5">
|
||
<div class="flex items-center gap-1 mb-0.5">
|
||
<span class="text-sm font-medium text-gray-13">小燕</span>
|
||
<span class="px-1 py-px bg-pink-50 text-pink-600 text-[10px] rounded">高级</span>
|
||
</div>
|
||
<div class="text-xs text-gray-8">基础课 · 2.5h</div>
|
||
<div class="text-right mt-0.5">
|
||
<span class="text-sm font-bold text-gray-13 pv">¥200</span>
|
||
</div>
|
||
</div>
|
||
<!-- 助教卡片2:Amy -->
|
||
<div class="bg-gray-50 rounded-lg p-2.5">
|
||
<div class="flex items-center gap-1 mb-0.5">
|
||
<span class="text-sm font-medium text-gray-13">Amy</span>
|
||
<span class="px-1 py-px bg-green-50 text-green-600 text-[10px] rounded">初级</span>
|
||
</div>
|
||
<div class="text-xs text-gray-8">激励课 · 0.5h</div>
|
||
<div class="flex items-center justify-between mt-0.5">
|
||
<span class="text-xs text-orange-500">定档绩效:1h</span>
|
||
<span class="text-sm font-bold text-gray-13 pv">¥50</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- 食品酒水 -->
|
||
<div class="flex items-center justify-between py-2 border-t border-gray-100">
|
||
<span class="text-sm text-gray-8">🍷 食品酒水</span>
|
||
<div class="text-right">
|
||
<span class="text-base font-medium text-warning pv">¥210</span>
|
||
<span class="orig-price ml-1">¥260</span>
|
||
</div>
|
||
</div>
|
||
<!-- 总金额 -->
|
||
<div class="flex items-center justify-between pt-2 border-t border-gray-200">
|
||
<span class="text-sm font-semibold text-gray-9">总金额</span>
|
||
<div class="text-right">
|
||
<span class="text-lg font-bold text-error pv">¥640</span>
|
||
<span class="orig-price ml-1">¥750</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 台桌详情 Record 2:无食品酒水,有定档绩效,无折扣 -->
|
||
<div class="rounded-xl border border-gray-200 overflow-hidden">
|
||
<div class="bg-gradient-to-r from-blue-50 to-indigo-50 px-4 py-2 flex items-center justify-between border-b border-blue-100/50">
|
||
<div class="flex items-center gap-2">
|
||
<span class="w-1.5 h-1.5 bg-primary rounded-full"></span>
|
||
<span class="text-sm font-semibold text-primary">888号台</span>
|
||
</div>
|
||
<span class="text-sm text-gray-8">2026-02-01</span>
|
||
</div>
|
||
<div class="px-4 py-2.5 border-b border-gray-100 flex items-center justify-between">
|
||
<div class="flex items-center gap-3 text-base">
|
||
<span class="text-gray-13 font-medium pv">14:00</span>
|
||
<span class="text-gray-7">→</span>
|
||
<span class="text-gray-13 font-medium pv">16:00</span>
|
||
<span class="px-2 py-0.5 bg-primary/10 text-primary text-xs rounded-full font-medium">2h00min</span>
|
||
</div>
|
||
<span class="text-base font-bold text-gray-13 pv">¥120</span>
|
||
</div>
|
||
<div class="px-4 py-3">
|
||
<div class="grid grid-cols-2 gap-2 mb-3">
|
||
<div class="bg-gray-50 rounded-lg p-2.5">
|
||
<div class="flex items-center gap-1 mb-0.5">
|
||
<span class="text-sm font-medium text-gray-13">泡芙</span>
|
||
<span class="px-1 py-px bg-purple-50 text-purple-600 text-[10px] rounded">中级</span>
|
||
</div>
|
||
<div class="text-xs text-gray-8">激励课 · 1.5h</div>
|
||
<div class="flex items-center justify-between mt-0.5">
|
||
<span class="text-xs text-orange-500">定档绩效:2h</span>
|
||
<span class="text-sm font-bold text-gray-13 pv">¥100</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- 总金额(无食品酒水,不展示该行) -->
|
||
<div class="flex items-center justify-between pt-2 border-t border-gray-200">
|
||
<span class="text-sm font-semibold text-gray-9">总金额</span>
|
||
<span class="text-lg font-bold text-error pv">¥220</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 商城订单 Record 3:有食品酒水 -->
|
||
<div class="rounded-xl border border-gray-200 overflow-hidden">
|
||
<div class="bg-gradient-to-r from-emerald-50 to-green-50 px-4 py-2 flex items-center justify-between border-b border-green-100/50">
|
||
<div class="flex items-center gap-2">
|
||
<span class="w-1.5 h-1.5 bg-success rounded-full"></span>
|
||
<span class="text-sm font-semibold text-success">商城订单</span>
|
||
</div>
|
||
<span class="text-sm text-gray-8">2026-01-28</span>
|
||
</div>
|
||
<div class="px-4 py-3 space-y-2.5">
|
||
<!-- 助教卡片列表:同台桌详情风格 -->
|
||
<div class="grid grid-cols-2 gap-2">
|
||
<div class="bg-gray-50 rounded-lg p-2.5">
|
||
<div class="flex items-center gap-1 mb-0.5">
|
||
<span class="text-sm font-medium text-gray-13">小燕</span>
|
||
<span class="px-1 py-px bg-pink-50 text-pink-600 text-[10px] rounded">高级</span>
|
||
</div>
|
||
<div class="text-xs text-gray-8">基础课 · 1h</div>
|
||
<div class="text-right mt-0.5">
|
||
<span class="text-sm font-bold text-gray-13 pv">¥100</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<!-- 食品酒水 -->
|
||
<div class="flex items-center justify-between pt-2 border-t border-gray-100">
|
||
<span class="text-sm text-gray-8">🍷 食品酒水</span>
|
||
<span class="text-base font-medium text-warning pv">¥180</span>
|
||
</div>
|
||
<!-- 总金额 -->
|
||
<div class="flex items-center justify-between pt-2 border-t border-gray-200">
|
||
<span class="text-sm font-semibold text-gray-9">总金额</span>
|
||
<span class="text-lg font-bold text-error pv">¥280</span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- 底部操作栏 -->
|
||
<div class="fixed bottom-0 left-0 right-0 h-16 bg-white/95 backdrop-blur-lg border-t border-gray-2 flex items-center gap-3 px-4">
|
||
<button onclick="window.location.href='chat.html'" class="flex-1 h-11 bg-gradient-to-r from-primary to-blue-500 text-white font-medium rounded-xl flex items-center justify-center gap-2 shadow-lg shadow-primary/30">
|
||
<svg class="w-5 h-5" viewBox="0 0 24 24" fill="currentColor"><path d="M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm0 14H6l-2 2V4h16v12z"/></svg>
|
||
问问助手
|
||
</button>
|
||
<button class="flex-1 h-11 bg-gray-100 text-gray-13 font-medium rounded-xl flex items-center justify-center gap-2">
|
||
<svg class="w-5 h-5" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M11 4H4a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2v-7"/><path d="M18.5 2.5a2.121 2.121 0 013 3L12 15l-4 1 1-4 9.5-9.5z"/></svg>
|
||
备注
|
||
</button>
|
||
</div>
|
||
|
||
</body>
|
||
</html>
|