leafletHelper.css 510 B

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