gpt4 book ai didi

CSS覆盖背景而不改变或恢复背景图像

转载 作者:行者123 更新时间:2023-11-28 15:28:15 26 4
gpt4 key购买 nike

当我试穿时髦的(chrome)*{
背景:黑色!重要
所有背景图像都被覆盖,

我想知道是否有办法恢复背景图像或保持它们完好无损。

谢谢

最佳答案

Use background-color instead of background

*:not([background-image]) {
background-color:black!important;
}

div {
width: 200px;
height: 200px;
background-color: red;
}

.bg {
background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTqy1uodNithL90ttojytSP2imO4RC1y3qlm_ebZdRmNWh_8juV9Q');
}

*:not([background-image]) {
background-color:black!important;
}
<div>I am Test</div>
<div class="bg">I am Test2</div>

关于CSS覆盖背景而不改变或恢复背景图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44992360/

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