gpt4 book ai didi

css - 有没有办法用 CSS 删除或隐藏两个 HTML 元素之间的文本?

转载 作者:行者123 更新时间:2023-11-28 19:29:21 24 4
gpt4 key购买 nike

<分区>

有什么方法可以完全使用 CSS 删除或隐藏两个元素之间的文本(在本例中为 &ndash)?假设我无法访问 HTML。

这正是我的布局方式:

<span class="foo">
<span class="bar">sometext</span>
&ndash; <!-- hide this! -->
<span class="bar">sometext</span>
</span>

当我想到 not() 时,我突然灵光一闪。只需选择 foo,然后隐藏除跨度之外的所有内容(也尝试过 not(.bar))。我这样试过,不幸的是没有帮助:

.foo:not(span) {
content: ""; //tried to set their content as nothing
display: none; //and tried to simply hide them
}

我不认为有一个选择第n行的伪元素?就像::一线

谢谢

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