Bootstrap样式-表格
作者:
ugvibib | 来源:发表于
2018-02-24 12:35 被阅读9次表格基本样式
<table>
<caption></caption>
<thead>
<tr>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<th></th>
</tr>
</tbody>
</table>
个性风格
<table class="table"></table>
.table-striped 斑马纹样式
.table-bordered 边框表格样式
.table-hover 鼠标指针悬停样式
.table-condensed 紧凑型表格样式,单元格内补减半
表格行风格
<tr class="active"></tr>
.active 鼠标指针悬停行或单元格所设置的颜色
.success 成功或积极的动作
.warning 警告或注意
.danger 危险或负面
响应式表格
<div class="table-responsive">
<table class="table"><table>
</div>
本文标题:Bootstrap样式-表格
本文链接:https://www.haomeiwen.com/subject/sadqxftx.html
网友评论