gpt4 book ai didi

html - CSS - "style"属性未覆盖类

转载 作者:太空宇宙 更新时间:2023-11-04 15:41:10 26 4
gpt4 key购买 nike

我有一个 DIV 容器,它是在顶层定义的 CSS 类。该容器还有一个样式,其中有几个元素应该覆盖主类元素。据我所知,这是它应该做的,但它似乎忽略了我放在那里的所有内容。

/* In the CSS file. */
div.ItemContainer {
position:absolute;
left:50px;
top:15px;
width:80px;
height:70px;
}

在 HTML 文件中:

<div class="ItemContainer" style="left:200px; top:150px;">
Test text.
</div>

我是不是做错了什么?如果没有,关于如何让它工作的任何建议?谢谢。

最佳答案

有时某些浏览器无法正确级联。使用 !important 标志覆盖行为。

style="left: 200px !important; top: 150px !important"

关于html - CSS - "style"属性未覆盖类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3169570/

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