index.less 608 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // @import '../color.less';
  2. .chart {
  3. display: flex;
  4. justify-content: space-between;
  5. flex-flow: wrap wrap;
  6. }
  7. .middle {
  8. tr,
  9. td {
  10. font-size: 14px !important;
  11. }
  12. }
  13. .small {
  14. tr,
  15. td {
  16. font-size: 13px !important;
  17. }
  18. }
  19. .large {
  20. tr,
  21. td {
  22. font-size: 14px !important;
  23. }
  24. }
  25. .item_img {
  26. width: 25px;
  27. border-radius: 2px;
  28. margin-right: 5px;
  29. background-color: #efefef;
  30. }
  31. .gktitle{
  32. width: 100%;
  33. position: absolute;
  34. text-align: center;
  35. font-size: 16px;
  36. font-weight: 500;
  37. &>div{
  38. position: absolute;
  39. top: -45px;
  40. left: 50%;
  41. transform: translateX(-50%);
  42. }
  43. }