iclient9-plot-leaflet.css 998 B

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