index.html 1.7 KB

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>PBL案例征集</title><link rel="shortcut icon" type=image/x-icon href=static/logo1.ico><style>@charset "utf-8";
  2. div::-webkit-scrollbar {
  3. /*滚动条整体样式*/
  4. width: 6px;
  5. /*高宽分别对应横竖滚动条的尺寸*/
  6. height: 6px;
  7. }
  8. /*定义滚动条轨道 内阴影+圆角*/
  9. div::-webkit-scrollbar-track {
  10. border-radius: 10px;
  11. background-color: rgba(0, 0, 0, 0.1);
  12. }
  13. /*定义滑块 内阴影+圆角*/
  14. div::-webkit-scrollbar-thumb {
  15. border-radius: 10px;
  16. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  17. background-color: rgba(0, 0, 0, 0.1);
  18. }
  19. @font-face {
  20. font-family: 'Source Han Sans SC';
  21. src: url('./static/SourceHanSans-Regular.otf') format('truetype');
  22. font-weight: normal;
  23. font-style: normal;
  24. }
  25. html,
  26. body {
  27. height: 100%;
  28. width: 100%;
  29. background: #e6eaf0;
  30. font-family: 'Source Han Sans SC', sans-serif;
  31. }</style><link href=./static/css/app.1043a4e657b1ea1f1348b7eb7fd1fa30.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.9cf3645489e7b6bb2704.js></script><script type=text/javascript src=./static/js/app.e7c5b6c6a2253d886a6d.js></script></body></html><script>document.domain = document.domain.split(".").slice(-2).join(".");</script>