您的位置:首页 > 其它

表格table

2016-03-22 22:51 183 查看
表格:

<table class="table">  基础表格

<table class="table table-striped">斑马线表格

<table class="table table-bordered">带边框的表格

<table class="table table-striped table-bordered table-hover">
鼠标悬浮高亮的表格

<table class="table table-condensed">紧凑型表

 <div class="table-responsive">

<table class="table table-bordered">响应式表格

.table table-striped table-bordered table-hover  代表  基础表格+斑马线表格+带边框的表格+鼠标悬浮高亮的表格

表格行的类:

<tr class="active">

类名描述
.active表示当前活动的信息
.success表示成功或者正确的行为
.info表示中立的信息或行为
.warning表示警告,需要特别注意
.danger表示危险或者可能是错误的行为
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: