gpt4 book ai didi

html - 选择不同 parent 类(class)的第一个 child

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

我想选择不同父类中第一个类为 .labelinput 的 div。我不想按 parent 选择,因为我有不同的 parent 。是否可以只定义一次?

尝试过:

div.labelinput:first-child {
border-top: 1px solid #efefef;
}
<div class="one">
<div class="labelinput">style this</div>
<div class="labelinput">not this</div>
<div class="labelinput">not this</div>
</div>

<div class="two">
<div class="labelinput">style this</div>
<div class="labelinput">not this</div>
<div class="labelinput">not this</div>
</div>

<!-- ... -->

<div class="seventeen">
<div class="labelinput">style this</div>
<div class="labelinput">not this</div>
<div class="labelinput">not this</div>
</div>

最佳答案

div .labelinput:first-child {
border-top: 1px solid #efefef;
}

参见 http://jsbin.com/cupisefore/1/edit

关于html - 选择不同 parent 类(class)的第一个 child ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26699443/

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