gpt4 book ai didi

css - 选择主包装器

转载 作者:太空宇宙 更新时间:2023-11-04 16:06:00 25 4
gpt4 key购买 nike

如何使用 css 选择第一个容器 div,它是 body 的直接后代?

我试过了

body:first-child{
background:red;
}

这是行不通的。

最佳答案

body div:first-child{
background:red;
}

更新: jsFiddle 演示

关于css - 选择主包装器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9117829/

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