有时候在小窗口弹出百度地图时,特烦百度地图长长的logo标志,所以索性干掉这个logo。这段css如下:
<%--隐藏baidu图标--%>
<style type="text/css">
.BMap_cpyCtrl
{
display: none !important;
}
#divMap .anchorBL img
{
display: none !important;
}
.BMap_scaleHBar
{
height: 2px !important;
}
.BMap_scaleLBar
{
1px !important;
}
.BMap_scaleRBar
{
1px !important;
}
.BMap_scaleCtrl
{
height: 18px !important;
}
</style>
<style type="text/css">
.BMap_cpyCtrl
{
display: none !important;
}
#divMap .anchorBL img
{
display: none !important;
}
.BMap_scaleHBar
{
height: 2px !important;
}
.BMap_scaleLBar
{
1px !important;
}
.BMap_scaleRBar
{
1px !important;
}
.BMap_scaleCtrl
{
height: 18px !important;
}
</style>