#list-style-type
Defines the type of a list item's bullet point.
            默认属性
          list-style-type: disc;
        
The list items will use a disc as their bullet point.
          list-style-type: circle;
        
The list items will use a circle as their bullet point.
          list-style-type: square;
        
The list items will use a square as their bullet point.
          list-style-type: decimal;
        
The list items will use a decimal as their bullet point.
          list-style-type: none;
        
The list items will have no bullet point.