Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将谷歌地图集成到我的网站中。它工作正常。但是,它显示如下网格:
我想将其删除以使地图更美观。任何人都知道如何删除它?
谢谢
这是一个 css 问题(css 应用于正在修改外观的图块)。你需要解决这个问题。
这些规则适用于瓷砖:
-webkit-box-shadow: 1px 1px 10px #AAA; box-shadow: 1px 1px 10px #AAA;
来自:#body .left .content img in style.css line 224
删除它们或在地图上覆盖它们。