gpt4 book ai didi

css - CSS选择器中的自定义属性是一个不错的选择吗?

转载 作者:太空宇宙 更新时间:2023-11-04 02:19:13 24 4
gpt4 key购买 nike

<button bg="blue">blue</button>
<button bg="red">red</button>

[bg="blue"] {
background-color: blue;
}
[bg="red"] {
background-color: red;
}

http://codepen.io/Integ/pen/YPRpWE

没有类,没有 ID,只有属性。

最佳答案

使用类更高效。

.bg-blue {
background: blue;
}


<div class="bg-blue"></div>

关于css - CSS选择器中的自定义属性是一个不错的选择吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38390305/

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