AMap.less 397 Bytes
.wev-comp-AMap{
    background-color: #FBF8F0;
}
.wev-comp-AMap .amap-marker-label {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color:var(--themeColor) !important;
    color:#fff;
    border:0px !important;
    padding: 5px 8px !important;
    border-radius: 15px;
}

.wev-comp-AMap .amap-marker-label.selected{
	background-color:#0c88e8 !important;
}