global.less 833 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. body {
  2. margin: 0;
  3. }
  4. body {
  5. user-select: none; /* 禁止选择 */
  6. -webkit-user-select: none; /* Safari 和 Chrome */
  7. -moz-user-select: none; /* Firefox */
  8. -ms-user-select: none; /* Internet Explorer/Edge */
  9. }
  10. ::-webkit-scrollbar {
  11. width: 7px;
  12. height: 7px
  13. }
  14. ::-webkit-scrollbar-thumb {
  15. border: 2px solid #fff;
  16. border-radius: 6px;
  17. background-color: #c6c6c6
  18. }
  19. ::-webkit-scrollbar-thumb:hover {
  20. background: #999
  21. }
  22. @background-color: #f6f7f8;
  23. .shalu-btn.active {
  24. color: rgba(0, 0, 0, 0.88);
  25. background: rgba(0, 0, 0, 0.15);
  26. }
  27. .shalu-btn.active:hover {
  28. color: rgba(0, 0, 0, 0.88);
  29. background: rgba(0, 0, 0, 0.15);
  30. }
  31. .shalu-btn.active:disabled {
  32. color: rgba(0, 0, 0, 0.25);
  33. background: #fff;
  34. }
  35. .icon {
  36. width: 1em; height: 1em;
  37. vertical-align: -0.15em;
  38. fill: currentColor;
  39. overflow: hidden;
  40. }