| 1234567891011121314151617181920212223 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" />
- <meta name="format-detection" content="telephone=yes" />
- <title>问卷调查</title>
- <style>
- html, body {
- margin: 0;
- }
- </style>
- </head>
- <body>
- <div id="app">
- <div style="display: flex; justify-content: center; align-items: center; position: absolute; width: 100%; top: 0; bottom: 0; background: #fff;">
- <img src="https://bolin-static-wechat.oss-cn-beijing.aliyuncs.com/wechat_default_img/loading.gif"
- style="width: 100px; height: 100px;" />
- </div>
- </div>
- <!-- built files will be auto injected -->
- </body>
- </html>
|