常用的CSS

 table{border-collapse:collapse; }   //去除table单元格间的空隙

ul{ padding:0px;} //去掉Li标签前面的距离

li{ list-style-type:none;} //去掉Li标签前面的小圆点

li{ text-decoration:none;} //去除Li标签的下划线

原文地址:https://www.cnblogs.com/weimingxin/p/8109299.html