css 相关的样式
1、列表相关的样式:ul、ol、li的特有样式
1、列表项标志:
属性:list-style-type:
取值:none - 无标志
circle - 空心圆
disc - 实心圆
square - 方块
2、列表项图像:
属性:list-style-image
取值:url("图像路径")
使用列表项图像后自动隐藏列表项标志
3、列表项位置:
属性:list-style-position
取值:inside、outside(默认值)
4、简写:list-style: type url position;
强调:列表的适用场合:一竖排 或 一横排显示的都可以使用ul>li

浙公网安备 33010602011771号