<li>圆点样式 list-style-type
- 1
- 2
- 3
- 4
- 5
li {
list-style-type: 样式;
}
1 none无标记
2 disc 默认,实心圆
3 circle 空心圆
4 square 实心方块
5 decimal 数字
6 decimal-leading-zero 0开头的数字标记
7 lower-roman 小写罗马数字
8 upper-roman 大写罗马数字
9 lower-alpha 小写罗马数字 lower-latin 小写拉丁字母
10 upper-alpha 大写罗马数字 upper-latin 大写拉丁字母
11 lower-greek 小写希腊字母
12 cjk-ideograph
共有 0 条评论