Widget CSS 受到外部页面 CSS 的干扰

发布于 2024-12-07 04:51:34 字数 227 浏览 1 评论 0原文

刚刚创建了一个 javascript 小部件,它使用 DOM 在第 3 方网站上注入内容。我在小部件中包含了一个 css 文件。然而,我不断遇到外部页面 css 会干扰小部件 css 的情况,并在我的 css 中未定义的小部件元素中添加一些奇怪的东西,例如背景图像或边框。有什么简单的方法可以解决这个问题吗?我已经添加了

!important

所有 css 规则。谢谢!!

Just created a javascript widget that injects the content on the 3rd party site using DOM. I include a css file with the widget. However, I keep running into instances where the external pages css will interfere with the widget css and add something weird like a background image or border too my widget elements that I don't have defined in my css. Any easy way to go around this? I've already added

!important

to all the css rules. Thanks!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

痴骨ら 2024-12-14 04:51:34

在我看来,毫无疑问,我说在外部 css(而不是小部件 css)中添加了一些可以为所有 div 添加边框或背景的内容。您可能想检查一下。

As in my opinion, I, with no doubt, say that in the external css, not the widget css, have added something that would add the border or background to ALL divs. You might want to check that out.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文