gpt4 book ai didi

html - 在 css 文件中组合 css 类

转载 作者:太空宇宙 更新时间:2023-11-04 14:43:45 25 4
gpt4 key购买 nike

假设我有以下 css 规则:

.blah { Rules }

我就这样使用它

<div class="blah">

现在假设,我需要在我的文档中的某处添加 margin-bottom: 10px到其中一个带有类名 blah 的 div,这样我就可以让它尽可能具体,

我应该声明为

.blah.mar-bot-blah { margin-bottom: 10px; }
or
.blah .mar-bot-blah { margin-bottom: 10px; }

将其用作 <div class="blah mar-bot-blah">

最佳答案

声明为:

.blah.mar-bot-blah { margin-bottom: 10px; }

它将匹配同时具有 .mar-bot-blah.blah 类的元素。

关于html - 在 css 文件中组合 css 类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11341988/

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