index.html 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>userManage</title><style>@charset "utf-8";
  2. * {
  3. margin: 0;
  4. padding: 0;
  5. }
  6. /* @font-face {
  7. font-family: 'Source Han Sans SC';
  8. src: url('./static/SourceHanSans-Regular.otf') format('truetype');
  9. font-weight: normal;
  10. font-style: normal;
  11. } */
  12. div::-webkit-scrollbar {
  13. /*滚动条整体样式*/
  14. width: 6px;
  15. /*高宽分别对应横竖滚动条的尺寸*/
  16. height: 6px;
  17. }
  18. /*定义滚动条轨道 内阴影+圆角*/
  19. div::-webkit-scrollbar-track {
  20. border-radius: 10px;
  21. background-color: rgba(0, 0, 0, 0.1);
  22. }
  23. /*定义滑块 内阴影+圆角*/
  24. div::-webkit-scrollbar-thumb {
  25. border-radius: 10px;
  26. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  27. background-color: rgba(0, 0, 0, 0.1);
  28. }
  29. html,
  30. body {
  31. height: 100%;
  32. width: 100%;
  33. background: #e6eaf0;
  34. font-family: '黑体';
  35. }</style><script defer="defer" src="/js/chunk-vendors.54a29291.js"></script><script defer="defer" src="/js/app.e777fc25.js"></script><link href="/css/chunk-vendors.7cfe4581.css" rel="stylesheet"><link href="/css/app.b5b59d6e.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but userManage doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>