覆盖元素上所有继承的 css 属性,有效地杀死所有样式

发布于 2024-10-29 00:30:32 字数 191 浏览 0 评论 0原文

在这种情况下,我只能访问 CSS 文件,因此不要提供任何涉及更改 HTML、javascript 等的其他解决方案。

我有一个类,我想删除其样式以进行测试。默认样式逐渐渗透并导致问题。为了调试,我只想清除元素的所有样式。问题是我不知道默认情况下每个元素的所有属性可能是什么,在不同的情况下有很多不同的东西。我只是想说,对于给定的类,没有样式。这可能吗?

I only have access to the CSS file in this case so do not give any other solutions that involve changing HTML, javascript, etc.

I have a class who I want to wipe out styling on for testing. The default styling is creeping in and causing an issue. To debug I just want to clear ALL styling for an element. The problem is that I don't know what all properties may be on every element from the default, it's lots of different things in different cases. I just want to say that for a given class, there is no styling. Is this possible?

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

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

发布评论

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

评论(1

远昼 2024-11-05 00:30:32

您是否尝试过像 Eric Myer 那样的 CSS 重置? - http://meyerweb.com/eric/tools/css/reset/

Have you tried a css reset such as Eric Myer's? - http://meyerweb.com/eric/tools/css/reset/

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