gpt4 book ai didi

html - 清除继承的 :before css

转载 作者:太空宇宙 更新时间:2023-11-03 19:11:00 25 4
gpt4 key购买 nike

我有一个嵌套的 ul-list,我在其中使用 :before-selector 来应用一些背景图像和内容。我想在更深层次的 ul 上清除它。我该怎么做?

设置 background: none 仍然使图像出现。奇怪的是它只发生在第一个元素上。

CSS:

.sidemeny ul li:before {
display: block;
content: " ";
width: 19px;
height: 19px;
background: transparent url('gfx/mer.png') no-repeat;
position: absolute;
margin-top: 3px;
}

最佳答案

.sidemeny ul li li:before{display:none}

关于html - 清除继承的 :before css,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8327921/

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