gpt4 book ai didi

css - 如何将替代的 li 变为粗体?

转载 作者:行者123 更新时间:2023-12-03 00:37:44 24 4
gpt4 key购买 nike

在 ul li 列表中,如何将备用 li 设为粗体。如图所示。

enter image description here

谢谢

最佳答案

使用nth-child(even)伪选择器:

li:nth-child(even) {
font-weight: bold;
}

使用奇数或偶数取决于您是否想要第一个粗体。

Demo在 jsfiddle 上。

关于css - 如何将替代的 li 变为粗体?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12775700/

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