使用 CSS3 为表格添加斑马线效果

Avatar of Chris Coyier
Chris Coyier
tbody tr:nth-child(odd) {
   background-color: #ccc;
}