微信

index.html 542B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" charset="utf-8" />
  6. <title>城的空间抽奖</title>
  7. <style>
  8. body{
  9. width: 100%;
  10. height: 100%;
  11. overflow-x: hidden;
  12. overflow-y: scroll;
  13. -webkit-overflow-scrolling: touch;
  14. }
  15. </style>
  16. </head>
  17. <body>
  18. <div id="app"></div>
  19. <!-- built files will be auto injected -->
  20. </body>
  21. </html>