index.html 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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="./animate.min.css">
  9. <title>熙紫智数</title>
  10. </head>
  11. <body>
  12. <noscript>
  13. <strong>We're sorry but doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  14. </noscript>
  15. <div id="app"></div>
  16. <!-- built files will be auto injected -->
  17. </body>
  18. <style>
  19. ::-webkit-scrollbar {
  20. width: 5px;
  21. height: 5px;
  22. }
  23. /*定义滚动条轨道 内阴影+圆角*/
  24. ::-webkit-scrollbar-track {
  25. -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.1);
  26. border-radius: 10px;
  27. background-color: rgba(0, 0, 0, 0.1);
  28. }
  29. /*定义滑块 内阴影+圆角*/
  30. ::-webkit-scrollbar-thumb {
  31. border-radius: 10px;
  32. -webkit-box-shadow: inset 0 0 6px rgb(86,254,254,0.93);
  33. background-color: rgba(0, 0, 0, 0.1);
  34. }
  35. </style>
  36. </html>