百度标注地图markers图片icon不正常显示的样式冲突解决方案_样式表

问题如上,基本上都是样式表冲突导致的。本例的解决方式如下:

img {
border: none;
max-width: 100%;
}

删除max-width: 100%;即可