gpt4 book ai didi

css - CSS : inheritance possible? 中的 OO 类行为

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

我有一个简单的边框样式说:

.border 
{
/*content*/
}

我想让其他几个类继承这个边框样式。这只能在 CSS 中完成吗?或者我还需要在 HTML 中指定它吗?

我要:

.actionArea : .border
{
/*content */
}

或者这只能在 HTML 中完成,例如:

<div class="actionArea border"/>

如果只能是后者,那会很烦人。

更新
这工作得很好,但仍然有点难看:

.actionArea, .otherArea, .anotherArea
{
/*border specification */
}

.actionArea
{
/*area specification/*
}

.otherArea
{
/*area specification/*
}

(..)

最佳答案

您将需要使用 CSS 框架,例如 LESS对于这样的事情。

关于css - CSS : inheritance possible? 中的 OO 类行为,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4767252/

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