gpt4 book ai didi

html - 重要的!烦恼

转载 作者:太空宇宙 更新时间:2023-11-03 20:20:47 25 4
gpt4 key购买 nike

我还是不明白,“test1”段落是哪种颜色,为什么?

<style>
p {
color: red;
font-style: italic;
}
</style>

<div style="color: green;!important">
<p style="color: blue;">test1</p>
<p>test2</p>
</div>

最佳答案

重要性不级联。

即使父元素(<div>)有一个!important属性(请注意,由于语法错误,它实际上没有),它仍将被应用于子元素的任何属性覆盖。

!important只能覆盖应用于相同 元素的其他规则。

因此,第一个<p>将是蓝色的,因为没有什么可以覆盖它的内联样式。

关于html - 重要的!烦恼,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11002402/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com