gpt4 book ai didi

css - 通过id给表格添加样式

转载 作者:行者123 更新时间:2023-11-28 08:41:11 24 4
gpt4 key购买 nike

我有一张 table #good-table。我可以添加到此表中的所有内容 (a,div,img,td,th ...) 吗

*, *::before, *::after {
box-sizing: border-box;
}

但仅限于此表和此表中的内容。

谢谢

最佳答案

应该这样做:

#good-table, #good-table * {
box-sizing: border-box;
}

#good-table * 将覆盖 ::before::after 伪元素,但如果您想明确选择它们你可以使用#good-table::before#good-table *::before

关于css - 通过id给表格添加样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30273550/

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