gpt4 book ai didi

css - 如何覆盖特定 div 的最大宽度?

转载 作者:技术小花猫 更新时间:2023-10-29 10:35:14 26 4
gpt4 key购买 nike

我正在寻找以下解决方案。在我的 CSS 中,我有以下内容:

img, a img { 
max-width: 100%;
vertical-align: middle;
}

此代码是我的 WordPress 主题和响应式网页设计所必需的。现在我想将 max-width 属性重写为 auto。当我这样做时,它不会覆盖:

#pixel-perfect img {
max-width: auto !important;
position: absolute;
margin: -200px 0 0 -140px;
z-index: -9999;
}

我做错了什么?

最佳答案

您只是想取消设置 max-width 属性吗?如果是这样,请尝试:

#pixel-perfect img {
max-width: none;
}

关于css - 如何覆盖特定 div 的最大宽度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19894059/

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