1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>预约信息</title>
- <meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
- <script src="../js/pageConfig.js"></script>
- <script src="../js/mui.js"></script>
- <link rel="stylesheet" href="../css/homeNew.css">
- <!--标准mui.css-->
- <link rel="stylesheet" href="../css/mui.min.css">
- </head>
- <body>
- <header class="mui-bar mui-bar-nav">
- <a class="mui-action-back mui-icon mui-icon-left-nav mui-pull-left"></a>
- <h1 class="mui-title">预约信息</h1>
- </header>
- <div class="mui-content noBackImage">
- <div class="mui-main-box">
- <div class="topTip">
- <?xml version="1.0" standalone="no"?>
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
- <svg t="1683786093896" class="icon" viewBox="0 0 1024 1024" version="1.1"
- xmlns="http://www.w3.org/2000/svg" p-id="1521" xmlns:xlink="http://www.w3.org/1999/xlink"
- width="14" height="14">
- <path
- 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"
- p-id="1522" fill="#5AC7FF"></path>
- </svg>
- <span style="margin-left: 10px;">满减自助餐与定时不可用</span>
- </div>
- <!-- form表单 -->
- <div class="form-list-box" option="test"></div>
- <div class="bottomFormSubBtu menuLocalPage" data-page-name="submitPage">
- 4月27日 今天17:00,2人,大厅 | 下一步
- </div>
- </div>
- </div>
- <!-- 自定义工具类 -->
- <script type="module" src="../js/util.js"></script>
- </body>
- </html>
|