05-my-and-admin.html 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399
  1. <!DOCTYPE html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>天河基地 · 我的 & 管理后台</title>
  7. <style>
  8. * { box-sizing: border-box; margin: 0; padding: 0; }
  9. body { font-family: -apple-system, 'PingFang SC', 'Helvetica Neue', sans-serif; background: #e8edf5; color: #0f172a; padding: 32px 24px; }
  10. h1 { font-size: 22px; font-weight: 700; margin-bottom: 4px; }
  11. .page-sub { font-size: 13px; color: #64748b; margin-bottom: 28px; }
  12. .screens-row { display: flex; gap: 24px; flex-wrap: wrap; align-items: flex-start; }
  13. .screen-col { display: flex; flex-direction: column; gap: 10px; align-items: center; }
  14. .screen-label { font-size: 12px; font-weight: 600; color: #64748b; background: white; padding: 4px 12px; border-radius: 20px; }
  15. /* Phone */
  16. .phone { width: 320px; background: #f8fafc; border-radius: 30px; overflow: hidden; box-shadow: 0 18px 50px rgba(0,0,0,0.15), 0 0 0 7px #1e293b; flex-shrink:0; }
  17. .status { background: white; padding: 10px 16px 4px; display: flex; justify-content: space-between; font-size: 13px; font-weight: 600; }
  18. .nav-bar { background: white; padding: 6px 14px 8px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid #f1f5f9; }
  19. .back { width: 28px; height: 28px; border-radius: 50%; background: #f1f5f9; display: flex; align-items: center; justify-content: center; font-size: 13px; }
  20. .nav-t { font-size: 16px; font-weight: 600; flex: 1; text-align: center; }
  21. .body { max-height: 560px; overflow-y: auto; background: #f8fafc; }
  22. .body::-webkit-scrollbar { display: none; }
  23. .tag { display: inline-flex; border-radius: 5px; padding: 3px 8px; font-size: 11px; font-weight: 500; }
  24. .t-green { background:#f0fdf4; color:#16a34a; }
  25. .t-orange { background:#fff7ed; color:#ea580c; }
  26. .t-blue { background:#eff6ff; color:#3b82f6; }
  27. /* Profile header */
  28. .profile-header { background: linear-gradient(135deg,#1e40af,#3b82f6,#6366f1); padding: 24px 16px 28px; display: flex; gap: 14px; align-items: center; }
  29. .avatar { width: 60px; height: 60px; border-radius: 50%; background: rgba(255,255,255,0.25); border: 2px solid rgba(255,255,255,0.5); display: flex; align-items: center; justify-content: center; font-size: 28px; flex-shrink:0; }
  30. .profile-info { flex: 1; }
  31. .profile-name { font-size: 18px; font-weight: 700; color: white; }
  32. .profile-role { display: inline-flex; background: rgba(255,255,255,0.2); color: white; font-size: 11px; padding: 3px 8px; border-radius: 4px; margin-top: 5px; }
  33. .profile-enterprise { font-size: 12px; color: rgba(255,255,255,0.8); margin-top: 4px; }
  34. /* Stats row */
  35. .stats-row { background: white; display: flex; padding: 14px 0; margin-bottom: 8px; }
  36. .stat-item { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px; border-right: 1px solid #f1f5f9; }
  37. .stat-item:last-child { border-right: none; }
  38. .stat-num { font-size: 20px; font-weight: 700; color: #0f172a; }
  39. .stat-label { font-size: 11px; color: #94a3b8; }
  40. /* Cell list */
  41. .cell-group { background: white; border-radius: 0; margin-bottom: 8px; }
  42. .cell-group-title { font-size: 12px; color: #94a3b8; padding: 12px 14px 6px; font-weight: 600; letter-spacing: 0.5px; }
  43. .cell { display: flex; align-items: center; padding: 13px 14px; border-bottom: 1px solid #f8fafc; gap: 12px; cursor: pointer; }
  44. .cell:last-child { border-bottom: none; }
  45. .cell-icon { width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 17px; flex-shrink: 0; }
  46. .cell-content { flex: 1; }
  47. .cell-title { font-size: 14px; color: #0f172a; font-weight: 500; }
  48. .cell-sub { font-size: 12px; color: #94a3b8; margin-top: 1px; }
  49. .cell-right { display: flex; align-items: center; gap: 6px; color: #cbd5e1; font-size: 16px; }
  50. .badge { background: #ef4444; color: white; font-size: 10px; font-weight: 700; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
  51. /* Bot nav */
  52. .bot-nav { background: white; border-top: 1px solid #f1f5f9; display: flex; padding: 7px 0 18px; }
  53. .n-item { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 2px; }
  54. .n-lbl { font-size: 10px; color: #94a3b8; }
  55. .n-lbl.active { color: #3b82f6; font-weight: 600; }
  56. /* ======================== ADMIN WEB ======================== */
  57. .admin-wrap { flex: 1; min-width: 600px; }
  58. .admin-shell { background: #f1f5f9; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,0.12); border: 1px solid #e2e8f0; }
  59. .admin-topbar { background: white; padding: 0 20px; display: flex; align-items: center; gap: 16px; height: 52px; border-bottom: 1px solid #e2e8f0; }
  60. .admin-logo { display: flex; align-items: center; gap: 8px; }
  61. .admin-logo-mark { width: 28px; height: 28px; background: linear-gradient(135deg,#3b82f6,#6366f1); border-radius: 7px; }
  62. .admin-logo-text { font-size: 14px; font-weight: 700; color: #0f172a; }
  63. .admin-logo-badge { font-size: 10px; background: #fef9c3; color: #854d0e; padding: 2px 6px; border-radius: 4px; font-weight: 600; }
  64. .admin-nav-items { display: flex; gap: 4px; margin-left: auto; }
  65. .admin-nav-item { font-size: 13px; color: #64748b; padding: 6px 12px; border-radius: 7px; font-weight: 500; }
  66. .admin-nav-item.active { background: #eff6ff; color: #3b82f6; font-weight: 600; }
  67. .admin-body { display: flex; height: 520px; }
  68. .admin-sidebar { width: 180px; background: white; border-right: 1px solid #e2e8f0; padding: 12px 0; flex-shrink: 0; overflow-y: auto; }
  69. .sidebar-section { padding: 8px 12px 4px; font-size: 10px; color: #94a3b8; font-weight: 700; letter-spacing: 1px; }
  70. .sidebar-item { display: flex; align-items: center; gap: 8px; padding: 8px 14px; font-size: 13px; color: #64748b; cursor: pointer; border-radius: 0; }
  71. .sidebar-item.active { background: #eff6ff; color: #3b82f6; font-weight: 600; border-left: 3px solid #3b82f6; }
  72. .sidebar-item .s-icon { font-size: 15px; }
  73. .sidebar-badge { background: #ef4444; color: white; font-size: 10px; font-weight: 700; padding: 1px 5px; border-radius: 8px; margin-left: auto; }
  74. .admin-content { flex: 1; overflow-y: auto; padding: 16px; }
  75. .admin-content::-webkit-scrollbar { width: 4px; }
  76. .admin-content::-webkit-scrollbar-thumb { background: #e2e8f0; border-radius: 2px; }
  77. /* Stats cards */
  78. .stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-bottom: 16px; }
  79. .stat-card { background: white; border-radius: 12px; padding: 14px; box-shadow: 0 1px 4px rgba(0,0,0,0.06); }
  80. .stat-card-label { font-size: 11px; color: #64748b; margin-bottom: 6px; }
  81. .stat-card-num { font-size: 24px; font-weight: 700; color: #0f172a; }
  82. .stat-card-change { font-size: 11px; margin-top: 4px; }
  83. .stat-card-change.up { color: #16a34a; }
  84. .stat-card-change.down { color: #ef4444; }
  85. /* Table */
  86. .admin-table-wrap { background: white; border-radius: 12px; box-shadow: 0 1px 4px rgba(0,0,0,0.06); overflow: hidden; margin-bottom: 12px; }
  87. .table-header { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; border-bottom: 1px solid #f1f5f9; }
  88. .table-title { font-size: 14px; font-weight: 700; color: #0f172a; }
  89. .table-actions { display: flex; gap: 8px; }
  90. .t-btn { font-size: 12px; padding: 5px 10px; border-radius: 7px; border: 1.5px solid #e2e8f0; color: #374151; background: white; cursor: pointer; font-weight: 500; }
  91. .t-btn-primary { background: linear-gradient(135deg,#3b82f6,#6366f1); color: white; border: none; }
  92. table { width: 100%; border-collapse: collapse; }
  93. th { text-align: left; font-size: 11px; color: #94a3b8; font-weight: 600; padding: 8px 12px; background: #f8fafc; letter-spacing: 0.3px; }
  94. td { font-size: 12px; color: #374151; padding: 10px 12px; border-top: 1px solid #f8fafc; vertical-align: middle; }
  95. tr:hover td { background: #fafcff; }
  96. .td-actions { display: flex; gap: 6px; }
  97. .action-btn { font-size: 11px; padding: 4px 8px; border-radius: 6px; border: none; cursor: pointer; font-weight: 500; }
  98. .action-approve { background: #f0fdf4; color: #16a34a; }
  99. .action-reject { background: #fef2f2; color: #ef4444; }
  100. .action-view { background: #eff6ff; color: #3b82f6; }
  101. .action-edit { background: #f8fafc; color: #64748b; }
  102. /* Tag inline */
  103. .tg { display: inline-flex; border-radius: 4px; padding: 2px 7px; font-size: 11px; font-weight: 500; }
  104. .tg-g { background:#f0fdf4; color:#16a34a; }
  105. .tg-o { background:#fff7ed; color:#ea580c; }
  106. .tg-b { background:#eff6ff; color:#3b82f6; }
  107. .tg-r { background:#fef2f2; color:#ef4444; }
  108. .tg-gray { background:#f1f5f9; color:#64748b; }
  109. </style>
  110. </head>
  111. <body>
  112. <h1>「我的」页面 & Web 管理后台</h1>
  113. <p class="page-sub">Page 9–10 · 用户中心 + 后台管理系统</p>
  114. <div class="screens-row">
  115. <!-- PHONE: My Profile -->
  116. <div class="screen-col">
  117. <span class="screen-label">「我的」页面(Tab 5)</span>
  118. <div class="phone">
  119. <div class="status" style="background:linear-gradient(135deg,#1e40af,#3b82f6);"><span style="color:white;">9:41</span><span style="color:white;">●●● 🔋</span></div>
  120. <div class="profile-header">
  121. <div class="avatar">👤</div>
  122. <div class="profile-info">
  123. <div class="profile-name">张三</div>
  124. <span class="profile-role">企业用户</span>
  125. <div class="profile-enterprise">天河人工智能研究院</div>
  126. </div>
  127. <div style="color:rgba(255,255,255,0.7); font-size:13px;">编辑 ›</div>
  128. </div>
  129. <div class="body" style="max-height:490px;">
  130. <!-- Stats -->
  131. <div class="stats-row">
  132. <div class="stat-item"><div class="stat-num">2</div><div class="stat-label">报名活动</div></div>
  133. <div class="stat-item"><div class="stat-num">1</div><div class="stat-label">会场预约</div></div>
  134. <div class="stat-item"><div class="stat-num">3</div><div class="stat-label">发布需求</div></div>
  135. <div class="stat-item"><div class="stat-num">5</div><div class="stat-label">收藏内容</div></div>
  136. </div>
  137. <!-- My stuff -->
  138. <div class="cell-group">
  139. <div class="cell-group-title">我的申请</div>
  140. <div class="cell">
  141. <div class="cell-icon" style="background:#eff6ff;">🏢</div>
  142. <div class="cell-content"><div class="cell-title">入驻申请</div><div class="cell-sub">审核中 · 预计3个工作日</div></div>
  143. <div class="cell-right"><span class="tag t-orange" style="font-size:10px;">审核中</span><span>›</span></div>
  144. </div>
  145. <div class="cell">
  146. <div class="cell-icon" style="background:#f0fdf4;">🏛</div>
  147. <div class="cell-content"><div class="cell-title">会场预约</div><div class="cell-sub">A-301 · 4月15日 11:00–13:00</div></div>
  148. <div class="cell-right"><span class="tag t-green" style="font-size:10px;">已通过</span><span>›</span></div>
  149. </div>
  150. <div class="cell">
  151. <div class="cell-icon" style="background:#fff7ed;">📅</div>
  152. <div class="cell-content"><div class="cell-title">活动报名</div><div class="cell-sub">已报名 2 项活动</div></div>
  153. <div class="cell-right"><span>›</span></div>
  154. </div>
  155. </div>
  156. <div class="cell-group">
  157. <div class="cell-group-title">我发布的</div>
  158. <div class="cell">
  159. <div class="cell-icon" style="background:#eef2ff;">📢</div>
  160. <div class="cell-content"><div class="cell-title">需求发布</div><div class="cell-sub">3 条已发布</div></div>
  161. <div class="cell-right"><span>›</span></div>
  162. </div>
  163. <div class="cell">
  164. <div class="cell-icon" style="background:#fdf4ff;">⭐</div>
  165. <div class="cell-content"><div class="cell-title">我的收藏</div><div class="cell-sub">5 条收藏记录</div></div>
  166. <div class="cell-right"><span>›</span></div>
  167. </div>
  168. <div class="cell">
  169. <div class="cell-icon" style="background:#fff1f2;">💬</div>
  170. <div class="cell-content"><div class="cell-title">反馈工单</div><div class="cell-sub">1 条处理中</div></div>
  171. <div class="cell-right"><div class="badge">1</div><span>›</span></div>
  172. </div>
  173. </div>
  174. <div class="cell-group">
  175. <div class="cell-group-title">其他</div>
  176. <div class="cell">
  177. <div class="cell-icon" style="background:#f0fdf4;">📜</div>
  178. <div class="cell-content"><div class="cell-title">关于天河基地</div></div>
  179. <div class="cell-right"><span>›</span></div>
  180. </div>
  181. <div class="cell">
  182. <div class="cell-icon" style="background:#f8fafc;">⚙️</div>
  183. <div class="cell-content"><div class="cell-title">设置</div></div>
  184. <div class="cell-right"><span>›</span></div>
  185. </div>
  186. <div class="cell">
  187. <div class="cell-icon" style="background:#fef2f2;">🚪</div>
  188. <div class="cell-content"><div class="cell-title" style="color:#ef4444;">退出登录</div></div>
  189. <div class="cell-right"><span>›</span></div>
  190. </div>
  191. </div>
  192. <div style="height:8px;"></div>
  193. </div>
  194. <div class="bot-nav">
  195. <div class="n-item"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#94a3b8" stroke-width="2"><path d="m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/></svg><span class="n-lbl">首页</span></div>
  196. <div class="n-item"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#94a3b8" stroke-width="2"><rect x="2" y="7" width="20" height="14" rx="2"/></svg><span class="n-lbl">企业服务</span></div>
  197. <div class="n-item"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#94a3b8" stroke-width="2"><rect x="3" y="4" width="18" height="18" rx="2"/></svg><span class="n-lbl">活动</span></div>
  198. <div class="n-item"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#94a3b8" stroke-width="2"><path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/></svg><span class="n-lbl">会场</span></div>
  199. <div class="n-item"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="#3b82f6" stroke-width="2"><circle cx="12" cy="7" r="4"/><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"/></svg><span class="n-lbl active">我的</span></div>
  200. </div>
  201. </div>
  202. </div>
  203. <!-- ADMIN WEB -->
  204. <div class="admin-wrap">
  205. <span class="screen-label" style="margin-bottom:10px; display:inline-block;">Web 管理后台(入驻申请审核页)</span>
  206. <div class="admin-shell">
  207. <!-- Top bar -->
  208. <div class="admin-topbar">
  209. <div class="admin-logo">
  210. <div class="admin-logo-mark"></div>
  211. <div class="admin-logo-text">天河基地管理后台</div>
  212. <div class="admin-logo-badge">ADMIN</div>
  213. </div>
  214. <div class="admin-nav-items">
  215. <div class="admin-nav-item active">概览</div>
  216. <div class="admin-nav-item">内容管理</div>
  217. <div class="admin-nav-item">数据统计</div>
  218. <div style="width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#6366f1);display:flex;align-items:center;justify-content:center;color:white;font-size:13px;font-weight:700;margin-left:8px;">管</div>
  219. </div>
  220. </div>
  221. <div class="admin-body">
  222. <!-- Sidebar -->
  223. <div class="admin-sidebar">
  224. <div class="sidebar-section">概览</div>
  225. <div class="sidebar-item active"><span class="s-icon">📊</span>数据看板</div>
  226. <div class="sidebar-section">内容审核</div>
  227. <div class="sidebar-item"><span class="s-icon">🏢</span>入驻申请<span class="sidebar-badge">3</span></div>
  228. <div class="sidebar-item"><span class="s-icon">📢</span>需求审核<span class="sidebar-badge">7</span></div>
  229. <div class="sidebar-item"><span class="s-icon">🔬</span>科技成果</div>
  230. <div class="sidebar-item"><span class="s-icon">🤝</span>合伙人申请<span class="sidebar-badge">2</span></div>
  231. <div class="sidebar-section">预约管理</div>
  232. <div class="sidebar-item"><span class="s-icon">🏛</span>会场预约</div>
  233. <div class="sidebar-item"><span class="s-icon">💬</span>反馈工单<span class="sidebar-badge">5</span></div>
  234. <div class="sidebar-section">内容配置</div>
  235. <div class="sidebar-item"><span class="s-icon">🖼</span>Banner 管理</div>
  236. <div class="sidebar-item"><span class="s-icon">📅</span>活动管理</div>
  237. <div class="sidebar-item"><span class="s-icon">🏗</span>场地管理</div>
  238. <div class="sidebar-item"><span class="s-icon">👔</span>技术经理人</div>
  239. <div class="sidebar-section">系统</div>
  240. <div class="sidebar-item"><span class="s-icon">👥</span>用户管理</div>
  241. <div class="sidebar-item"><span class="s-icon">⭐</span>企业评分</div>
  242. <div class="sidebar-item"><span class="s-icon">🤖</span>AI 洞察</div>
  243. </div>
  244. <!-- Main content: Dashboard -->
  245. <div class="admin-content">
  246. <!-- Stats overview -->
  247. <div class="stats-grid">
  248. <div class="stat-card">
  249. <div class="stat-card-label">本月新增用户</div>
  250. <div class="stat-card-num">128</div>
  251. <div class="stat-card-change up">↑ 23% 较上月</div>
  252. </div>
  253. <div class="stat-card">
  254. <div class="stat-card-label">待审批入驻申请</div>
  255. <div class="stat-card-num" style="color:#ea580c;">3</div>
  256. <div class="stat-card-change" style="color:#94a3b8;">最久 2 天未处理</div>
  257. </div>
  258. <div class="stat-card">
  259. <div class="stat-card-label">本月活动报名</div>
  260. <div class="stat-card-num">312</div>
  261. <div class="stat-card-change up">↑ 15% 较上月</div>
  262. </div>
  263. <div class="stat-card">
  264. <div class="stat-card-label">会场使用率</div>
  265. <div class="stat-card-num">68%</div>
  266. <div class="stat-card-change down">↓ 5% 较上周</div>
  267. </div>
  268. </div>
  269. <!-- Pending applications table -->
  270. <div class="admin-table-wrap">
  271. <div class="table-header">
  272. <div class="table-title">待审核入驻申请</div>
  273. <div class="table-actions">
  274. <button class="t-btn">筛选</button>
  275. <button class="t-btn">导出</button>
  276. </div>
  277. </div>
  278. <table>
  279. <thead>
  280. <tr>
  281. <th>企业名称</th>
  282. <th>空间需求</th>
  283. <th>提交时间</th>
  284. <th>飞书审批</th>
  285. <th>状态</th>
  286. <th>操作</th>
  287. </tr>
  288. </thead>
  289. <tbody>
  290. <tr>
  291. <td><div style="font-weight:600;color:#0f172a;">天河人工智能研究院</div><div style="font-size:11px;color:#94a3b8;">张三 · 138****8888</div></td>
  292. <td>办公室 · 80㎡ · ¥5,000/月</td>
  293. <td><div>2026-04-07</div><div style="font-size:11px;color:#94a3b8;">2天前</div></td>
  294. <td><span class="tg tg-o">审批中</span></td>
  295. <td><span class="tg tg-o">审核中</span></td>
  296. <td><div class="td-actions"><button class="action-btn action-view">查看</button><button class="action-btn action-approve">通过</button><button class="action-btn action-reject">拒绝</button></div></td>
  297. </tr>
  298. <tr>
  299. <td><div style="font-weight:600;color:#0f172a;">绿能储能科技有限公司</div><div style="font-size:11px;color:#94a3b8;">李四 · 139****6666</div></td>
  300. <td>商业空间 · 150㎡ · ¥12,000/月</td>
  301. <td><div>2026-04-06</div><div style="font-size:11px;color:#94a3b8;">3天前</div></td>
  302. <td><span class="tg tg-b">已发起</span></td>
  303. <td><span class="tg tg-o">审核中</span></td>
  304. <td><div class="td-actions"><button class="action-btn action-view">查看</button><button class="action-btn action-approve">通过</button><button class="action-btn action-reject">拒绝</button></div></td>
  305. </tr>
  306. <tr>
  307. <td><div style="font-weight:600;color:#0f172a;">智造装备有限公司</div><div style="font-size:11px;color:#94a3b8;">王五 · 137****4444</div></td>
  308. <td>办公室 · 60㎡ · ¥3,500/月</td>
  309. <td><div>2026-04-05</div><div style="font-size:11px;color:#94a3b8;">4天前</div></td>
  310. <td><span class="tg tg-gray">未发起</span></td>
  311. <td><span class="tg tg-b">已提交</span></td>
  312. <td><div class="td-actions"><button class="action-btn action-view">查看</button><button class="action-btn action-approve">通过</button><button class="action-btn action-reject">拒绝</button></div></td>
  313. </tr>
  314. </tbody>
  315. </table>
  316. </div>
  317. <!-- Recent feedback tickets -->
  318. <div class="admin-table-wrap">
  319. <div class="table-header">
  320. <div class="table-title">待处理反馈工单</div>
  321. <div class="table-actions"><button class="t-btn">全部工单</button></div>
  322. </div>
  323. <table>
  324. <thead>
  325. <tr><th>工单编号</th><th>类别</th><th>问题描述</th><th>提交人</th><th>状态</th><th>操作</th></tr>
  326. </thead>
  327. <tbody>
  328. <tr>
  329. <td style="font-family:monospace; font-size:11px; color:#64748b;">#TK-2024</td>
  330. <td><span class="tg tg-b">设施</span></td>
  331. <td>A栋301室空调故障,无法制冷</td>
  332. <td>张三</td>
  333. <td><span class="tg tg-o">处理中</span></td>
  334. <td><div class="td-actions"><button class="action-btn action-view">详情</button><button class="action-btn action-approve">解决</button></div></td>
  335. </tr>
  336. <tr>
  337. <td style="font-family:monospace; font-size:11px; color:#64748b;">#TK-2023</td>
  338. <td><span class="tg" style="background:#fff7ed;color:#ea580c;">场地</span></td>
  339. <td>B座会议室投影仪无法连接笔记本</td>
  340. <td>李四</td>
  341. <td><span class="tg tg-gray">待处理</span></td>
  342. <td><div class="td-actions"><button class="action-btn action-view">详情</button><button class="action-btn action-edit">分配</button></div></td>
  343. </tr>
  344. </tbody>
  345. </table>
  346. </div>
  347. </div>
  348. </div>
  349. </div>
  350. </div>
  351. </div>
  352. <!-- Annos -->
  353. <div style="margin-top:28px; display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:12px;">
  354. <div style="background:white;border-radius:14px;padding:14px 16px;box-shadow:0 1px 4px rgba(0,0,0,0.06);">
  355. <div style="font-size:13px;font-weight:700;color:#3b82f6;margin-bottom:6px;">「我的」页面</div>
  356. <div style="font-size:13px;color:#374151;line-height:1.6;">顶部渐变 Header 延续品牌色,头像/昵称/角色标签一目了然。4 项统计数字展示用户活跃度。Cell 列表按业务分组,退出登录用红色强调,视觉上和普通操作区分。角标 badge 提示未读/待处理。</div>
  357. <span style="display:inline-block;font-size:11px;padding:2px 7px;border-radius:4px;margin-top:5px;background:#fef2f2;color:#dc2626;">P0</span>
  358. </div>
  359. <div style="background:white;border-radius:14px;padding:14px 16px;box-shadow:0 1px 4px rgba(0,0,0,0.06);">
  360. <div style="font-size:13px;font-weight:700;color:#3b82f6;margin-bottom:6px;">Web 后台 · 布局结构</div>
  361. <div style="font-size:13px;color:#374151;line-height:1.6;">左侧固定侧边栏(含分组标题、角标提醒),右侧内容区。Sidebar 宽 180px,各功能模块独立路由。顶部 Topbar 含 Logo、主导航切换、管理员头像。整体配色与小程序保持一致(蓝紫渐变品牌色)。</div>
  362. <span style="display:inline-block;font-size:11px;padding:2px 7px;border-radius:4px;margin-top:5px;background:#fef2f2;color:#dc2626;">P0</span>
  363. </div>
  364. <div style="background:white;border-radius:14px;padding:14px 16px;box-shadow:0 1px 4px rgba(0,0,0,0.06);">
  365. <div style="font-size:13px;font-weight:700;color:#3b82f6;margin-bottom:6px;">Web 后台 · 审批工作流</div>
  366. <div style="font-size:13px;color:#374151;line-height:1.6;">入驻申请表格展示飞书审批状态(未发起/审批中/已完成),管理员可在后台直接「通过/拒绝」触发飞书回调。拒绝时弹出理由输入框。操作后自动触发微信订阅消息通知申请人结果。</div>
  367. <span style="display:inline-block;font-size:11px;padding:2px 7px;border-radius:4px;margin-top:5px;background:#fff7ed;color:#ea580c;">P1</span>
  368. </div>
  369. <div style="background:white;border-radius:14px;padding:14px 16px;box-shadow:0 1px 4px rgba(0,0,0,0.06);">
  370. <div style="font-size:13px;font-weight:700;color:#3b82f6;margin-bottom:6px;">Web 后台 · 数据看板</div>
  371. <div style="font-size:13px;color:#374151;line-height:1.6;">4 张 KPI 卡片(用户增长、待审批、活动报名、会场使用率),下方展示待处理任务列表。后续 P2 阶段可增加趋势折线图、AI 洞察报告生成按钮。</div>
  372. <span style="display:inline-block;font-size:11px;padding:2px 7px;border-radius:4px;margin-top:5px;background:#fff7ed;color:#ea580c;">P1</span><span style="display:inline-block;font-size:11px;padding:2px 7px;border-radius:4px;margin-top:5px;margin-left:4px;background:#f0fdf4;color:#16a34a;">AI洞察 P2</span>
  373. </div>
  374. </div>
  375. </body>
  376. </html>