<style type="text/css">  
    .my_table tr:nth-child(even) {  
        background: #d8ebfa;  
    }  
    .my_table tr:nth-child(odd) {  
        background: White;  
    }  
</style>  

 

相关文章:

  • 2022-12-23
  • 2021-11-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-08
  • 2021-06-01
  • 2022-12-23
猜你喜欢
  • 2022-01-06
  • 2022-12-23
  • 2022-12-23
  • 2021-05-02
  • 2022-12-23
  • 2021-08-25
  • 2022-12-23
相关资源
相似解决方案