gpt4 book ai didi

jquery - 我可以 :nth-child(10-infinity)?

转载 作者:行者123 更新时间:2023-12-01 01:57:35 25 4
gpt4 key购买 nike

我正在寻找所有 <li> 的选择从 10 号开始。我宁愿有 css,但如果需要的话 javascript/jquery 也可以。

最佳答案

li:nth-child(n + 10) {
background: cornflowerblue;
}

http://jsfiddle.net/YhVNN/9/

<小时/>

“如果我只想选择 10 到 25 个怎么办?”:

li:nth-child(n + 10):nth-child(-n + 25) {
background: cornflowerblue;
}

http://jsfiddle.net/YhVNN/8/

关于jquery - 我可以 :nth-child(10-infinity)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16064383/

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