tly0512
有时候在小窗口弹出百度地图时,特烦百度地图长长的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
    {
        width: 1px !important;
    }
    .BMap_scaleRBar
    {
        width: 1px !important;
    }
    .BMap_scaleCtrl
    {
        height: 18px !important;
    }
</style>





分类:

技术点:

相关文章:

  • 2021-11-27
  • 2022-12-23
  • 2021-11-11
  • 2022-12-23
  • 2021-04-26
  • 2022-12-23
  • 2022-02-03
  • 2021-12-04
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案