css选择表格偶数行

css代码
tr:nth-child(even){background:gray} 选择偶数行
tr:nth-child(even){background:gray} 选择奇数行
 

 

相关文章:

  • 2021-07-03
  • 2022-12-23
  • 2022-12-23
  • 2022-02-27
  • 2021-11-08
  • 2021-07-09
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-14
  • 2022-12-23
  • 2022-12-23
  • 2021-10-07
相关资源
相似解决方案