odd表示奇数行,even表示偶数行;
tr:nth-child(odd);
.table-striped > tbody > tr:nth-child(odd) {
  1. background-color: #f9f9f9;
}

相关文章: