You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
954 B

.map-marker{
display: flex;
flex-direction: column;
align-items: center;
.marker-img{
display: block;
height: 50px;
width: 50px;
}
.marker-text{
margin-top: 6px;
font-size: 16px;
color: #fff;
}
}
.amap-markers {
display: flex;
flex-direction: column;
align-items: center;
img {
width: 60px;
height: 60px;
}
}
.amap-info-content {
background-color: transparent;
padding: 0;
.amap-info-close {
display: none;
}
}
.amap-info-sharp {
display: none;
}
.amap-info-contentContainer .bottom-center {
padding-bottom: 0;
}
// 文本注记
.amap-overlay-text-container {
background-color: transparent;
border-radius: 0;
border: none;
}
.amap-logo{
display: none !important; //去掉高德地图logo
}
.amap-copyright {
opacity:0; //去掉高德的版本号
}