//-------------地图默认弹框
/*地图标题 infoWindow*/
// .BMap_bubble_title {
// color: #fff;
// font-size: 16px;
// font-weight: bold;
// text-align: left;
// background: transparent !important;
// }
.BMap_pop .BMap_top {
background: rgba(7,44,76, .8) !important;
border: 0 !important;
}
.BMap_pop .BMap_center {
// width: 281px !important;
border: 0 !important;
background: rgba(7,44,76, .8) !important;
}
.BMap_pop .BMap_bottom {
border: 0 !important;
background: rgba(7,44,76, .8) !important;
}
.BMap_pop div:nth-child(3) {
background: transparent !important;
}
.BMap_pop div:nth-child(3) div {
border-radius: 3px;
background: rgba(7,44,76, .8) !important;
border: 0 !important;
}
.BMap_pop div:nth-child(1) {
border-radius: 3px 0 0 0;
background: transparent !important;
border: 0 !important;
}
.BMap_pop div:nth-child(1) div {
background: rgba(7,44,76, .8) !important;
}
.BMap_pop div:nth-child(5) {
border-radius: 0 0 0 3px;
background: transparent !important;
border: 0 !important;
}
.BMap_pop div:nth-child(5) div {
border-radius: 3px;
background: rgba(7,44,76, .8) !important;
}
.BMap_pop div:nth-child(7) {
background: transparent !important;
// left: 226px;
}
.BMap_pop div:nth-child(7) div {
border-radius: 3px;
background: rgba(7,44,76, .8) !important;
}
/*替换箭头*/
img[src="http://api.map.baidu.com/images/iw3.png"] {
// content: url('../images/iw3.png');
width:1px !important;
height: 1px !important;
}
img[src="https://api.map.baidu.com/images/iw3.png"] {
opacity: 0.7;
// margin-top: -692px !important;
filter: alpha(opacity=70);
// content: url('../images/iw3.png');
width:1px !important;
height: 1px !important;
}
.anchorBL {
display: none;
}
百度地图开发自定义信息窗口openInfoWindow样式
原创qq62581587d2bea 博主文章分类:地图 ©著作权
©著作权归作者所有:来自51CTO博客作者qq62581587d2bea的原创作品,请联系作者获取转载授权,否则将追究法律责任
上一篇:百度地图午夜暗蓝风格
下一篇:js显示当前日期时间和星期几
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
java map循环中remove
java map循环中remove
迭代 Java 迭代器 -
百度地图开发自定义信息窗口openInfoWindow样式的解决方案
1.InfoWindo
html 百度 样式表 -
【Map】Map、HashMap
HashMap操作,循环遍历
Map HashMap Entry