gpt4 book ai didi

css 匹配属性与 bool 逻辑

转载 作者:行者123 更新时间:2023-11-28 09:19:01 25 4
gpt4 key购买 nike

在 css 中,要匹配您可以使用的多个属性:

selector[attr1][attr2]{
code goes here
}

有没有办法使用 bool 逻辑让 css 匹配属性?例如:

selector[attr1]OR[attr2]{
code goes here
}

将应用于具有 attr1attr2 或两者的 selector 的任何实例!

这存在吗?如果是这样,语法是什么?

最佳答案

使用

selector[attr1], selector[attr2]{
code goes here
}

关于css 匹配属性与 bool 逻辑,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18090651/

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