Bootstrap表格
表格
类名: | 描述: | 对应颜色: |
.active | 表示当前活动的信息 | #F5F5F5 |
.success | 表示成功或正确的行为 | #DFF0D8 |
。info | 表示中立的信息或行为 | #D9EDF7 |
。warning | 表示警告,需要特别注意 | #FCF8E3 |
。danger | 表示危险或者可能是错误的行为 | #F2DEDE |
斑马线表格:
<table class="table table-striped">
带边框的表格:
<table class="table table-bordered">
鼠标悬浮高亮的表格:
<table class="table table-hover">
紧凑型表格:
<table class="table table-condensed">
响应式表格:
<div class="table-responsive">
<table class="table table-bordered">