Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
蓝色的顶栏来自母版页。它使用 bootstrap.css 文件设置样式。该网页使用 demos.css 进行样式设置。蓝顶栏从 demos.css 继承 css 样式表。我怎样才能防止这种情况?
不包含 demos.css 是最明显的答案,但如果您出于任何原因必须包含它,请为您的主体分配一个 id 并为主体赋予其自己的样式。这将覆盖任何继承的样式。