ul定义无序列表 ol定义有序列表
    type属性
    none 不适用项目符号
    disc 实心圆
    circle 空心圆
    square 实心方块
    list-style-type样式 设置ul列表符号(常用)
    none 不适用项目符号
    disc 实心圆
    circle 空心圆
    square 实心方块
    decimal 阿拉伯数字
    lower-alpha 小写英文字母
    upper-alpha 大写英文字母
    list-style-image样式 将图片设置为ul列表符号
    用法:list-style-image: url(“图片路径”);

    选择器: nth-of-type(n){ } 设置同类型标签中的第n个标签显示效果
    选择器: not(#id){ } 设置同类型标签中,除了s标签以外的所有标签
    选择器: nth-child(n){ } 序选择器