gpt4 book ai didi

html - 类覆盖 Main 标签

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

我的 css 第 69 行有以下代码

.container {width:1000px;margin:0 auto;padding:0 10px;}

以及第 119 行的以下内容

main {margin:20px auto;}

但是我的 html 中的元素是 <main class="container"></main> , .container 上的边距正在覆盖 main 上的边距, 即使 main在它之后加载在 css 中。谁能告诉我这是为什么???

最佳答案

类选择器(如 .foo)比类型选择器(如 bar)更具体。特异性用于确定应用规则的顺序。源代码顺序是决胜条件。

参见 the specificity rules in the CSS 2.1 specification了解更多详情。

关于html - 类覆盖 Main 标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24550228/

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