为了账号安全,请及时绑定邮箱和手机立即绑定

请问 ul > li:first-child{ color: red; } 与 ul > li :first-child{ color: red; } (li与:first-child之间有空格)的差异

请问为什么 ul > li:first-child{  color: red; } 显示 li 圆点为红色,而 ul > li :first-child{  color: red; } (li与:first-child之间有空格)却变成各 li 下的文字变成红色呢?请问是因为空格代表后代选择器吗?

正在回答

1 回答

li:first-child表示ul的第一个子元素;

li :first-child无效的选择,选取为li

1 回复 有任何疑惑可以回复我~
#1

TWT 提问者

非常感谢!
2015-10-10 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

请问 ul > li:first-child{ color: red; } 与 ul > li :first-child{ color: red; } (li与:first-child之间有空格)的差异

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信