gpt4 book ai didi

css - 列表样式 CSS 重写回默认值

转载 作者:技术小花猫 更新时间:2023-10-29 10:54:39 25 4
gpt4 key购买 nike

我想将此 css 元素恢复为默认设置,但我不知道如何覆盖这些列表样式的 css 元素。它们位于我无法更改但正在链接的另一个样式表上。如果你知道怎么做,请帮忙。

ol li {
list-style: decimal;
}
ol {
list-style: decimal outside;
}

最佳答案

使用!important,例如:

ol li {
list-style: inherit !important;
}

ol {
list-style: inherit !important;
}

关于css - 列表样式 CSS 重写回默认值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9636132/

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