高德地图开发实战案例:实现信息弹出框的富文本展示效果-LMLPHP

marker.content = "<p class='cardsBg'></p>";
.cardsBg {
    width: 246px;
    height: 426px;
    background: url(../images/cards.png) no-repeat center center;
}

其中cards.png为整个弹出模态框的背景图片,做到这一步。仍旧会自带高德地图的样式,需要增加一个强制CSS样式表内容,来覆盖掉高德自带的样式。

/*高德地图弹出框*/
.amap-info-content {
    background: transparent !important;
}

lockdatav Done !

10-08 10:36