.table-striped可以使奇数行的背景设为灰色。

 

  1. <table class="table table-striped">  

  2.   …  

  3. </table>  


.table-bordered可以使边框显示。

 

  1. <table class="table table-bordered">  

  2.   …  

  3. </table>  


.table-hover可以使鼠标悬停的行的背景变为灰色。

 

  1. <table class="table table-hover">  

  2.   …  

  3. </table>  


.table-condensed可以使行间距变小。

 

  1. <table class="table table-condensed">  

  2.   …  

  3. </table>  



 

相关文章:

  • 2021-06-05
  • 2021-10-28
  • 2021-10-03
  • 2021-04-03
  • 2021-11-28
  • 2022-12-23
  • 2021-09-19
猜你喜欢
  • 2021-05-22
  • 2021-12-21
  • 2021-10-10
  • 2022-12-23
  • 2022-12-23
  • 2021-09-02
  • 2021-12-03
相关资源
相似解决方案