码迷,mamicode.com
首页 > 其他好文 > 详细

bootstrap table样式

时间:2017-05-06 19:54:23      阅读:309      评论:0      收藏:0      [点我收藏+]

标签:class   bootstrap   鼠标   显示   stripe   sed   ble   tab   rip   

 

.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>  



 

bootstrap table样式

标签:class   bootstrap   鼠标   显示   stripe   sed   ble   tab   rip   

原文地址:http://www.cnblogs.com/914556495wxkj/p/6817750.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!