gpt4 book ai didi

html - CSS 媒体查询和 SVG

转载 作者:行者123 更新时间:2023-11-28 06:59:57 24 4
gpt4 key购买 nike

在调整浏览器窗口大小时,我试图更改 SVG 元素的“填充”。我已经尝试过其他值,例如“visibility: hidden;”并且元素确实隐藏了。但是它似乎没有响应尝试更改填充。看一下代码。有什么想法吗?

SVG:

<svg>
<rect class="d" x="150" y="150" width="500" height="350"
rx="40" ry="40"
style="fill: blue;
fill-opacity: .7;"/>

</svg>

CSS

@media screen and (max-width: 451px){
.d {
fill: red;
}
}

最佳答案

我的猜测是 style 覆盖了 class。尝试将类 d 设置为您在 style 标记中设置的原始值,然后删除该样式标记。

关于html - CSS 媒体查询和 SVG,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33293952/

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