gpt4 book ai didi

css - 如何只选择第一个和最后一个?

转载 作者:技术小花猫 更新时间:2023-10-29 10:13:38 28 4
gpt4 key购买 nike

我的 table 有 id="mytable" .我正在尝试在第一个和最后一个 <th> 上应用一些 CSS只要。我试过了,但没用。

#mytable th:first,
#mytable th:last{
//css goes here
}

最佳答案

#mytable th:last-child, #mytable th:first-child {
//css goes here
}

关于css - 如何只选择第一个和最后一个<th>?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4498585/

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