leafletHelper.css 907 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /* 解决leaflet瓦片显示有白线问题 */
  2. .leaflet-tile-container img {
  3. width: 257px !important;
  4. height: 257px !important;
  5. }
  6. .leaflet-bar {
  7. width: 30px;
  8. font-size: 12px;
  9. background-color: #ffffff !important;
  10. }
  11. .leaflet-control-common {
  12. margin-bottom: 2px;
  13. display: flex;
  14. flex-direction: column;
  15. justify-content: center;
  16. align-items: center;
  17. background-color: #ffffff !important;
  18. color: #9d9d9d !important;
  19. filter: grayscale(100%);
  20. }
  21. .leaflet-control-selected {
  22. margin-bottom: 2px;
  23. display: flex;
  24. flex-direction: column;
  25. justify-content: center;
  26. align-items: center;
  27. color: #282828 !important;
  28. /* color: #ff8d1a !important; */
  29. background-color: #ffffff !important;
  30. }
  31. .leaflet-bar-ico {
  32. width: 21px;
  33. height: 21px;
  34. margin-top: 5px;
  35. margin-bottom: 2px;
  36. }
  37. .my-div-icon {
  38. z-index: -1000 !important;
  39. text-align: center;
  40. font-size: 12px;
  41. font-weight: bold;
  42. color: #ac33c1;
  43. }