index.less 560 B

123456789101112131415161718192021222324252627282930
  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. .right {
  14. display: flex;
  15. float: right;
  16. .circle {
  17. display: inline-block;
  18. width: 10px;
  19. height: 10px;
  20. margin-right: 4px;
  21. margin-left: 18px;
  22. background: #5e8bcf;
  23. border-radius: 10px;
  24. }
  25. .noCurtain {
  26. background: url(~@/assets/images/page-equipment/bg_disable.png) repeat;
  27. border: 1px solid #dfe3ed;
  28. }
  29. }
  30. }