gpt4 book ai didi

css - 用我自己的覆盖 CDN CSS

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

从 CDN 样式表覆盖 CSS 规则的最佳方法是什么?

例如,我想在所有锚定文本上使用文本装饰,我可以使用:

a{text-decoration: underline !important;}

因为 bootstrap 有:

a{text-decoration: none;}

有没有更好的办法?

最佳答案

!important 不需要这样的选择器。只要确保您的规则 bootstrap 的规则之后就可以了。

<link rel="stylesheet" href="//bootstrap.cdn.url.wow.css">
<style>
a {
text-decoration: underline;
}
</style>

关于css - 用我自己的覆盖 CDN CSS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41831795/

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