select second child

前端 未结 4 1422
执笔经年
执笔经年 2020-12-19 04:01

I am trying to use this to select the second a tag from a list:

.container li a:first-child + a { ... }

but it doesn\'t seem to work. Is th

4条回答
提交回复
热议问题