css 子弹列表颜色

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 子弹列表颜色相关的知识,希望对你有一定的参考价值。

li {
list-style: none;
}
li:before {
/* For a round bullet */
content: '\2022';
/* For a square bullet */
/*content:'\25A0';*/
display: block;
position: relative;
max-width: 0;
max-height: 0;
left: -10px;
top: 0;
color: green; /*--- change bullet color here ---*/
font-size: 20px;
}

以上是关于css 子弹列表颜色的主要内容,如果未能解决你的问题,请参考以下文章

CSS 子弹列表的背景图像

css 为面包屑,列表等创建伪子弹。

Chrome 和 Safari 中子弹列表菜单的 CSS 渲染

css 使用一种颜色的子弹和另一种颜色的字体http://stackoverflow.com/questions/5306640/how-to-set-the-color-of-bullets-in-

仅 li 子弹的颜色 [重复]

css 好的css子弹