Leaflet中添加的不同图层样式图标Leaflet中添加的不同图层样式图标

如上图,具体问题请查看对应html页引用的basemaps的css样式。

如下图是本项目引用的css样式:

 

.basemap img {
width: 48px;
border: 2px solid #FFF;
margin: 0 2px;
/*border-radius: 40px;*/
box-shadow: 0 1px 5px rgba(0,0,0,0.65)
}

 

当css样式中的border-radius注销时,图片为方形,未注销时为圆形。

 

相关文章:

  • 2021-11-09
  • 2022-12-23
  • 2022-12-23
  • 2021-08-23
  • 2022-12-23
  • 2021-11-07
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-09
  • 2022-12-23
  • 2021-07-10
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案