当ul list-style-type:none时,不会有任何的前缀,但li不会向前缩进,因为ul元素默认有padding-left,将padding-left设为0后li就会向前缩进。 标签 ul padding