【发布时间】:2016-10-01 22:56:36
【问题描述】:
我的 css 有点问题。
我有一个带有 css 的,它是由另一个 .我无法更改 css 文件。
我需要删除这种样式。有没有可能?
<div class="1">
#Generated by code
<div class="2" style="xxxxxxxx">
This text is bold now. Cause of the style. I need normal!
</div>
#Generated by code
</div>
有什么我可以做的吗??
谢谢你:)
【问题讨论】:
-
您可以在内部或外部添加自定义样式吗?如果是这样,您总是可以通过在规则结尾声明
!important声明广告来过度限定内联样式规则;例如;.1 .2 {font-weight: normal !important;}