gpt4 book ai didi

html - 在 html 中而不是通过 css 将样式应用于 nav ul li

转载 作者:太空宇宙 更新时间:2023-11-04 04:45:48 25 4
gpt4 key购买 nike

我在 css 中有一个 nav ul li:after 定义:

nav ul:not(.first) li:after {
margin-left: 10px;
content: '';
color: #bbb;
}

但要去掉 not(.first),因为它会影响页面中的其他“导航”...我想将属性应用于特定的 nav ul, li:after,其他的 nav 都很好,只有这个我想应用这种样式:

 <nav>
<ul>
<li id="all">All</li>
<li id="web">WEB</li>
<li id="print">DesignD</li>
<li id="illustration">Illustration</li>
</ul>
</nav>

这可能吗?怎么做?

最佳答案

通常我会建议使用 style 属性,但遗憾的是我并没有真正使用 :later。因此,正如已经提到的,您将必须处理一个类或一个 id,然后在 css 中定位它。

关于html - 在 html 中而不是通过 css 将样式应用于 nav ul li,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14515861/

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