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