"<div class='mapIconBgView' style='background-image:url("+element.url+");background-position:center;background-size:cover;background-repeat: no-repeat'></div>"
我是写在js里面插入的一句话,可以看到主要是设置的background-image,background-size,background-repeat,因为我设置的是网络图片,所有只能让他自己根据高度做等比缩放然后显示中间的部分,所以用了cove,具体文章参考了
https://www.cnblogs.com/hq123/p/5982636.html