/* 解决leaflet瓦片显示有白线问题 */ .leaflet-tile-container img { width: 257px !important; height: 257px !important; } .leaflet-control { font-size: 12px; } .leaflet-control-common { /* font-size: 12px; */ /* color: red !important; */ } .leaflet-control-selected { background-color: #eff6ff !important; color: #1888ff !important; } .my-div-icon { z-index: -1000 !important; text-align: center; font-size: 16px; font-weight: bold; color: #ff00ff; }