无序和有序列表的list-style-type 属性值

    属性                                                          描述                                                
list-style
简写属性。用于把所有用于列表的属性设置于一个声明中
list-style-image
将图象设置为列表项标志。
list-style-position
设置列表中列表项标志的位置。
list-style-type
设置列表项标志的类型。
list-style-type有很多可选值:


                                           none                                                                     无标记。                                                                                      
disc
默认。标记是实心圆。
circle
标记是空心圆。
square
标记是实心方块。
decimal
标记是数字。
decimal-leading-zero
0开头的数字标记。(01, 02, 03, 等。)
lower-roman
小写罗马数字(i, ii, iii, iv, v, 等。)
upper-roman
大写罗马数字(I, II, III, IV, V, 等。)
lower-alpha
小写英文字母The marker is lower-alpha (a, b, c, d, e, 等。)
upper-alpha
大写英文字母The marker is upper-alpha (A, B, C, D, E, 等。)
lower-greek
小写希腊字母(alpha, beta, gamma, 等。)
lower-latin
小写拉丁字母(a, b, c, d, e, 等。)
upper-latin
大写拉丁字母(A, B, C, D, E, 等。)





你可能感兴趣的:(HTML/CSS)