index.html 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!DOCTYPE html>
  2. <html lang="en">
  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. <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/>
  8. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  9. <link rel="stylesheet" href="//at.alicdn.com/t/font_2327510_7jj0x1gmztq.css"/>
  10. <meta http-equiv="Cache" content="no-cache">
  11. <meta http-equiv="Pragma" content="no-cache"/>
  12. <meta http-equiv="Expires" content="0"/>
  13. <title><%= htmlWebpackPlugin.options.title %></title>
  14. </head>
  15. <body>
  16. <noscript>
  17. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
  18. Please enable it to continue.</strong>
  19. </noscript>
  20. <div id="app"></div>
  21. <!-- built files will be auto injected -->
  22. </body>
  23. <style>
  24. html {
  25. height: 100%;
  26. }
  27. ::-webkit-scrollbar {
  28. width: 8px;
  29. height: 8px;
  30. }
  31. ::-webkit-scrollbar-thumb {
  32. height: 50px;
  33. outline-offset: -2px;
  34. outline: 2px solid #dddee0;
  35. border: 2px solid #dddee0;
  36. background-color: #dddee0;
  37. border-radius: 4px;
  38. }
  39. /*.el-menu-item.is-active {*/
  40. /* color: #FFFFFF;*/
  41. /* background-color: #36c6d3 !important;*/
  42. /*}*/
  43. </style>
  44. </html>