kuair

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

list-style-type的样式

<ol>
<li>k</li>
<li>gg</li>
</ol>
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, 等。)

posted on 2014-08-29 16:32  kuair  阅读(137)  评论(0)    收藏  举报