iclient-plot-leaflet.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /*!
  2. *
  3. * iclient-leaflet.(https://iclient.supermap.io)
  4. * Copyright© 2000 - 2022 SuperMap Software Co.Ltd
  5. * version: v10.2.1
  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. }
  32. .leaflet-supermap-plot-move-icon-path {
  33. background: rgba(0, 0, 255, 0.3);
  34. border: 1px solid rgba(0, 0, 255, 0.5);
  35. background-repeat: no-repeat;
  36. background-size: 100% 100%;
  37. }