//奇数行显示table tr:nth-child(odd){ background:red;} //偶数行显示table tr:nth-child(even){ background:red;} //取消table表格间隔table{ border-collapse:collapse;}