index.less 700 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .label {
  2. color: #c4c4c4;
  3. }
  4. .maptop {
  5. position: absolute;
  6. top: 228px;
  7. left: 0;
  8. z-index: 1;
  9. box-sizing: border-box;
  10. width: 1340px;
  11. height: 39px;
  12. padding-top: 10px;
  13. padding-right: 20px;
  14. .right {
  15. display: flex;
  16. float: right;
  17. .tdbIndicator {
  18. .text {
  19. text-indent: -12px;
  20. }
  21. }
  22. .indicatorBox {
  23. .text {
  24. height: 20px;
  25. padding-bottom: 7px;
  26. color: #4d5262;
  27. font-size: 11px;
  28. line-height: 1;
  29. }
  30. .color {
  31. width: 40px;
  32. height: 4px;
  33. }
  34. }
  35. }
  36. }
  37. // .specialRoom {
  38. // position: absolute;
  39. // top: 0;
  40. // right: 0;
  41. // width: 180px;
  42. // height: 170px;
  43. // }