gpt4 book ai didi

CSS 子选择器

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

我在 li 中有两个标签,我想为第二个标签设置样式,有没有办法定位第二个标签。它必须在 IE7 上工作

我是这样写的

         <ul>
<li>
<label for="asi plan status">A&SI Accountable VP:</label>
<label>Tye Schriever</label>
</li>
</ul>

ul li label label{color:red}

还有其他办法吗?

最佳答案

您可以使用 css2 :first-child 属性定义第二个标签的属性,通过 first-child 您可以覆盖第一个 的 css 属性像这样标记:

label{color:red}
label:first-child{color:yellow}

IE7 也支持它,但方法不同。

关于CSS 子选择器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7442629/

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