gpt4 book ai didi

CSS 继承 : applying selector for itself and every descendant

转载 作者:行者123 更新时间:2023-12-05 08:02:56 24 4
gpt4 key购买 nike

获取自定义用户 CSS 并键入此内容

.answered-accepted {
color: white !important;
background: #090 !important;
}

现在转到 answers.unity3d并寻找一个可接受的答案。设计看起来很糟糕,因为 <strong>在那里覆盖自定义。我发现的修复是这样的:

.answered-accepted, .answered-accepted * {
color: white !important;
background: #090 !important;
}

现在在网站上看起来不错,但是代码看起来很丑!!如何在不重复类名的情况下执行此操作?

最佳答案

怎么样

.answered-accepted strong {
font-weight: normal;
}

关于CSS 继承 : applying selector for itself and every descendant,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2466173/

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