patient-service-desk-v3.html 968 B

12345678910111213141516171819202122232425262728
  1. <!doctype html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <meta name="color-scheme" content="light" />
  7. <title>空海医院患者服务台</title>
  8. <link rel="stylesheet" href="./patient-service-desk-v3.css?v=20260703-2" />
  9. </head>
  10. <body>
  11. <div class="prototype-stage">
  12. <main class="phone-shell" aria-label="空海医院患者服务台">
  13. <header id="appHeader"></header>
  14. <section id="appView" aria-live="polite"></section>
  15. <nav id="bottomNav" aria-label="主要导航"></nav>
  16. <div id="overlayRoot"></div>
  17. </main>
  18. <aside
  19. id="scenarioPanel"
  20. aria-label="演示场景控制"
  21. aria-live="polite"
  22. ></aside>
  23. </div>
  24. <script src="https://unpkg.com/lucide@0.468.0/dist/umd/lucide.min.js"></script>
  25. <script src="./patient-service-desk-v3.bundle.js"></script>
  26. </body>
  27. </html>