CSS——列表
ul li
list-style:
none; 去掉原点
circle; 空心圆
decimal; 数字
square; 正方形
ul{ background:pink; } ul li{ height:30px; list-style:none; text-indent:1.5em; }
ul li
list-style:
none; 去掉原点
circle; 空心圆
decimal; 数字
square; 正方形
ul{ background:pink; } ul li{ height:30px; list-style:none; text-indent:1.5em; }