gpt4 book ai didi

css - 覆盖线性渐变 CSS 属性

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

我有以下类定义:

height: 99px;
width: 961px;
padding-top: 40px;
font-size: 15px;
color: rgb(255, 255, 255);
background: no-repeat url(data:image/png;base64,h64GFj4fhffGFHJJ74fhf);

但是,网站的 javascript(我无法影响)正在向背景添加 linear-gradient 属性:

height: 99px;
width: 961px;
padding-top: 40px;
font-size: 15px;
color: rgb(255, 255, 255);
background: linear-gradient(rgba(0, 153, 204, 0.701961) 0%, rgba(0, 153, 204, 0.701961) 100%) no-repeat, url(data:image/png;base64,h64GFj4fhffGFHJJ74fhf);

现在,没有 javascript,只能通过 CSS,我怎样才能覆盖属性,如:取消其效果?

我在谷歌上搜索了一下,发现是将 filter: none !important; 添加到我原来的类定义中,但这不起作用。其他建议包括添加 background-image: none,但我想保留背景图片。

最佳答案

您可以尝试在 css 表中添加这两行:

background: none !important;
background: no-repeat url(data:image/png;base64,h64GFj4fhffGFHJJ74fhf) !important;

丑陋但我认为它可能有效

关于css - 覆盖线性渐变 CSS 属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32481018/

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