1
0

index.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <!DOCTYPE html>
  2. <html lang="">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  7. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  8. <link rel="stylesheet" href="//at.alicdn.com/t/c/font_3820309_72smvqef5rb.css">
  9. <title><%= htmlWebpackPlugin.options.title %></title>
  10. <style>
  11. html, body, #app { height: 100vh; margin: 0px; padding: 0px; width: 100%;overflow: hidden; }
  12. .xq-home { background-color: #303133; height: 100%; display: flex; flex-direction: column; }
  13. .xq-home__main { user-select: none; width: 100%; flex-grow: 1; display: flex; justify-content: center; align-items: center; flex-direction: column; }
  14. .xq-home__footer { width: 100%; flex-grow: 0; text-align: center; padding: 1em 0; }
  15. .xq-home__footer > a { font-size: 12px; color: #ABABAB; text-decoration: none; }
  16. .xq-home__loading { height: 32px; width: 32px; margin-bottom: 20px; }
  17. .xq-home__text {color: #fff;font-size: 16px;}
  18. </style>
  19. </head>
  20. <body>
  21. <noscript>
  22. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  23. </noscript>
  24. <div id="app">
  25. <div class="xq-home">
  26. <div class="xq-home__main">
  27. <img class="xq-home__loading" src="./image/loading/loading-spin.svg" alt="loading">
  28. <span class="xq-home__text">数据载入中...</span>
  29. </div>
  30. </div>
  31. </div>
  32. <!-- built files will be auto injected -->
  33. </body>
  34. <script src="https://gosspublic.alicdn.com/aliyun-oss-sdk-6.3.1.min.js" async></script>
  35. <script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.10.111/pdf.min.js" async></script>
  36. </html>