iclient9-plot-leaflet.css 996 B

123456789101112131415161718192021222324252627282930313233343536
  1. /*!
  2. *
  3. * iclient9-leaflet.(http://iclient.supermap.io)
  4. * Copyright© 2000 - 2019 SuperMap Software Co.Ltd
  5. * version: v9.1.2
  6. */
  7. .leaflet-supermap-plot-control-icon-path {
  8. background-image: url(../../images/plot/control.png);
  9. background-repeat: no-repeat;
  10. background-size: 100% 100%;
  11. }
  12. .leaflet-supermap-plot-scale-icon-path {
  13. background-image: url(../../images/plot/scale.png);
  14. background-repeat: no-repeat;
  15. background-size: 100% 100%;
  16. }
  17. .leaflet-supermap-plot-rotate-icon-path {
  18. background-image: url(../../images/plot/rotate.png);
  19. background-repeat: no-repeat;
  20. background-size: 100% 100%;
  21. }
  22. .leaflet-supermap-plot-locked-icon-path {
  23. background-image: url(../../images/plot/locked.png);
  24. background-repeat: no-repeat;
  25. background-size: 100% 100%;
  26. }
  27. .leaflet-supermap-plot-avoid-icon-path {
  28. background-image: url(../../images/plot/avoid.png);
  29. background-repeat: no-repeat;
  30. background-size: 100% 100%;
  31. }