gpt4 book ai didi

css - 将 ID 与 CSS 中的类相关联

转载 作者:行者123 更新时间:2023-12-02 07:41:06 27 4
gpt4 key购买 nike

我可以在 CSS 中做一些聪明的事情来指示具有特定 ID 的元素应该始终使用一个或多个类吗?像这样的东西:


#user_info_box {
use-class: ui-widget-content ui-corner-all;
position: fixed;
left: 10px;
...
}

只有,您知道,使用实际有效的 CSS 属性。

最佳答案

LESS非常适合这个。具体参见“mixins”。

#user_info_box {
.ui-widget-content;
.ui-corner-all;
position: fixed;
left: 10px;
...
}

关于css - 将 ID 与 CSS 中的类相关联,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11123961/

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