I have this structure:
ffffdffffdd pppppppppp 3条回答 轮回少年 (楼主) 2020-12-09 15:02 Actually I was searching this: Selects the divs that are direct children of Root: .Root > div { border: 1px solid red; } Selects all the divs under Root: .Root div { color:green; } 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
Actually I was searching this:
Selects the divs that are direct children of Root:
.Root > div { border: 1px solid red; }
Selects all the divs under Root:
.Root div { color:green; }