我已经使用了集群和标记。工作场所集群和用户标记。这里用户的标记应该出现在集群的顶部,但我想要在顶部的集群图像和用户的标记下方。我也尝试过改变css,如下所示 -
.cluster-3
{
background: url(images/m3.png) no-repeat;
line-height: 66px;
width: 70px;
height: 56px;
z-index:5000 !important;
position:relative;
}
但对地图没有影响。
请提出任何好的解决方案...