index.html 786 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" />
  6. <meta name="format-detection" content="telephone=yes" />
  7. <title>问卷调查</title>
  8. <style>
  9. html, body {
  10. margin: 0;
  11. }
  12. </style>
  13. </head>
  14. <body>
  15. <div id="app">
  16. <div style="display: flex; justify-content: center; align-items: center; position: absolute; width: 100%; top: 0; bottom: 0; background: #fff;">
  17. <img src="https://bolin-static-wechat.oss-cn-beijing.aliyuncs.com/wechat_default_img/loading.gif"
  18. style="width: 100px; height: 100px;" />
  19. </div>
  20. </div>
  21. <!-- built files will be auto injected -->
  22. </body>
  23. </html>