CSS样式——列表样式

  • 设置列表修饰符号
    list-style-type:none1. 无序列表 实心方块:square 空心圆:sircle 实心圆:disc 2. 有序列表 数字:decimal 小写罗马数字:lower-roman 大写罗马数字:upper-roman 小写字母:lower-alpha 大写字母:upper-alpha

  • 设置图片列表符号
    list-style-image:url('图片地址')

  • 设置列表符号的位置
    list-style-position:inside1. 符号在内容之外:outside 2. 符号在内容内:inside

  • list-style 样式复合写法,样式值书写顺序任意

    推荐阅读