gpt4 book ai didi

css - 将非 CSS 选择器与相邻选择器组合

转载 作者:太空宇宙 更新时间:2023-11-03 23:20:11 24 4
gpt4 key购买 nike

我想把这些合并成一个

input:not([type="checkbox"]) and input td.text-left

这是我做的

输入 td.text-left:not([type="checkbox"])

为什么它不起作用?我做错什么了吗?

最佳答案

你这样做的方式是将 not 应用于 TD 元素而不是 input

如果你的 tdinput 相邻,那么就这样做 ( see docs ):

input:not([type="checkbox"]) + td.text-left {
...
}

但是,我没有看到 inputtd 元素相邻的情况。你能发布更多你的 HTML 吗?

关于css - 将非 CSS 选择器与相邻选择器组合,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29004956/

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