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 问题,应用的图像有一个背景颜色,为选择器定义
.post-body img, .post-body .tr-caption-container, .Profile img, .Image img, .BlogList .item-thumbnail img
您可以更改此 CSS 并使其更加清晰,使其不会影响图像,或者将其添加到TQOverlay.prototype.onAdd:
TQOverlay.prototype.onAdd
img.style.background='transparent'; img.style.border='none';