gpt4 book ai didi

CSS >(选择器)不工作

转载 作者:行者123 更新时间:2023-11-28 16:37:14 25 4
gpt4 key购买 nike

为什么这段代码不起作用?只有 #menu 中第一个 ul 中的 li 元素应该是红色的。

.l-branding .l-region #menu > ul li {background: red;}

最佳答案

Only the li items in the first ul in the #menu should be red.

然后你需要使用:first-of-type:first-child使第一个 ul 变为红色的选择器:

.l-branding .l-region #menu > ul:first-of-type li {background: red;}

演示:https://jsfiddle.net/o1muekkj/

关于CSS >(选择器)不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34319689/

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