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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 使用一种颜色的子弹和另一种颜色的字体http://stackoverflow.com/questions/5306640/how-to-set-the-color-of-bullets-in-相关的知识,希望对你有一定的参考价值。

ul {
    list-style: none;
    padding:0;
    margin:0;
}

li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

li:before {
    content: "• ";
    color: red; /* or whatever color you prefer */
}

以上是关于css 使用一种颜色的子弹和另一种颜色的字体http://stackoverflow.com/questions/5306640/how-to-set-the-color-of-bullets-in-的主要内容,如果未能解决你的问题,请参考以下文章

flutter修改状态栏字体颜色

如何在JS中指定路径的颜色属性(填充和笔触)

Android样式之selector

notepad++ 设置不同颜色的代码

MFC编程入门之十九(对话框:颜色对话框)

ps怎么把一种颜色变成另一种颜色