bookingDetails.html 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>预约信息</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
  7. <meta name="apple-mobile-web-app-capable" content="yes">
  8. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  9. <script src="../js/pageConfig.js"></script>
  10. <script src="../js/mui.js"></script>
  11. <link rel="stylesheet" href="../css/homeNew.css">
  12. <!--标准mui.css-->
  13. <link rel="stylesheet" href="../css/mui.min.css">
  14. </head>
  15. <body>
  16. <header class="mui-bar mui-bar-nav">
  17. <a class="mui-action-back mui-icon mui-icon-left-nav mui-pull-left"></a>
  18. <h1 class="mui-title">预约信息</h1>
  19. </header>
  20. <div class="mui-content noBackImage">
  21. <div class="mui-main-box">
  22. <div class="topTip">
  23. <?xml version="1.0" standalone="no"?>
  24. <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
  25. <svg t="1683786093896" class="icon" viewBox="0 0 1024 1024" version="1.1"
  26. xmlns="http://www.w3.org/2000/svg" p-id="1521" xmlns:xlink="http://www.w3.org/1999/xlink"
  27. width="14" height="14">
  28. <path
  29. d="M832 725.33333334V469.33333334a320 320 0 0 0-192-294.4 128 128 0 1 0-256 0A320 320 0 0 0 192 469.33333334v256l-64 128h768zM448 149.33333334a64 64 0 0 1 128 0 59.52 59.52 0 0 1 0 6.4 314.24 314.24 0 0 0-128 0A59.52 59.52 0 0 1 448 149.33333334zM231.68 789.33333334l17.92-35.2 6.4-13.44V469.33333334a256 256 0 0 1 512 0v271.36l7.04 13.44 17.92 35.2zM320 917.33333334h384v64H320z"
  30. p-id="1522" fill="#5AC7FF"></path>
  31. </svg>
  32. <span style="margin-left: 10px;">满减自助餐与定时不可用</span>
  33. </div>
  34. <!-- form表单 -->
  35. <div class="form-list-box" option="test"></div>
  36. <div class="bottomFormSubBtu menuLocalPage" data-page-name="submitPage">
  37. 4月27日 今天17:00,2人,大厅 | 下一步
  38. </div>
  39. </div>
  40. </div>
  41. <!-- 自定义工具类 -->
  42. <script type="module" src="../js/util.js"></script>
  43. </body>
  44. </html>