gpt4 book ai didi

html - Bootstrap 优先于我的 CSS - 具有正确的实现顺序

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

我先链接了 bootstrap 的 css 文件。
我已经链接了我的 css 文件。

css implementation order

为什么 bootstrap 优先于我的 css?
我玩过文件顺序,bs规则上没有“重要”设置。
我还没有发现任何相关问题...请帮助。谢谢。

enter image description here

最佳答案

在这种情况下,bootstrap 的代码更具体(有 2 个类,而你的只指定了一个)。

看看this MDN page了解更多信息

您可以通过更具体或在您的 css 规则中使用 '!important' 来覆盖 Bootstrap (请注意,通常 !important 不是首选,更高的特异性更灵活并且更容易进一步覆盖或更改)

颜色:#C77358 !important;

关于html - Bootstrap 优先于我的 CSS - 具有正确的实现顺序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61700491/

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