index.html 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!--
  2. * @Description:
  3. * @Author:
  4. * @LastEditors: Napier
  5. * @LastEditTime: 2021-09-15 23:34:49
  6. -->
  7. <!DOCTYPE html>
  8. <html lang="zh-CN">
  9. <head>
  10. <meta charset="utf-8">
  11. <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1,minimum-scale=1,user-scalable=0,shrink-to-fit=no">
  12. <meta name='apple-mobile-web-app-capable' content='yes'>
  13. <meta name='apple-mobile-web-app-status-bar-style' content='black'>
  14. <meta name='format-detection' content='telephone=no'>
  15. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  16. <link rel="icon" href="static/img/logo.svg">
  17. <!-- 思源字体 -->
  18. <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900">
  19. <title>成理青年</title>
  20. </head>
  21. <body>
  22. <div class="scroll">
  23. <div id="app"></div>
  24. </div>
  25. <!-- built files will be auto injected -->
  26. </body>
  27. <style>
  28. body,html{
  29. width:100%;
  30. height:100%;
  31. margin: 0px;
  32. padding: 0px;
  33. touch-action: none
  34. }
  35. body {
  36. overflow: hidden;
  37. background: rgba(222,226,230,0.5);
  38. }
  39. .scroll{
  40. width:100%;
  41. height:100%;
  42. }
  43. </style>
  44. </html>