样式如下:

<style>
table, th , td  {
  border: 1px solid grey;
  border-collapse: collapse;
  padding: 5px;
}
table tr:nth-child(odd)    {
  background-color: #f1f1f1;
}
table tr:nth-child(even) {
  background-color: #ffffff;
}
</style>

运行结果:

posted on 2015-12-18 17:03  USID  阅读(318)  评论(0编辑  收藏  举报