【发布时间】:2021-12-29 18:50:29
【问题描述】:
我想知道这个nth-child() 的值:
1 2 3 4 5 6 7 8 9 10
我搜索了许多参考资料,例如 :nth Tester、Mastering the :nth-child,但找不到我需要的组合。
我还检查了我在这个CSS3 :nth-child Calculator 上的组合,它显示的组合是这样的:
:nth-child(n+3):nth-child(-n+5):nth-child(n+8):nth-child(-n+10):nth-child(n+13)
谁能帮我实现这个目标?
【问题讨论】:
标签: css css-selectors