leafletHelper.css 477 B

123456789101112131415161718192021222324252627
  1. /* 解决leaflet瓦片显示有白线问题 */
  2. .leaflet-tile-container img {
  3. width: 257px !important;
  4. height: 257px !important;
  5. }
  6. .leaflet-control {
  7. font-size: 12px;
  8. }
  9. .leaflet-control-common {
  10. /* font-size: 12px; */
  11. /* color: red !important; */
  12. }
  13. .leaflet-control-selected {
  14. background-color: #eff6ff !important;
  15. color: #1888ff !important;
  16. }
  17. .my-div-icon {
  18. z-index: -1000 !important;
  19. text-align: center;
  20. font-size: 16px;
  21. font-weight: bold;
  22. color: #ff00ff;
  23. }