bootstrap表格样式模板

https://www.runoob.com/try/try.php?filename=bootstrap3-table-striped

Bootstrap 实例 - 条纹表格
条纹表格布局
名称城市邮编
TanmayBangalore560001
SachinMumbai400003
UmaPune411027

table 最基本
table-striped 条纹
table-bordered 外边框
table-hover 当指针悬停在行上时会出现浅灰色背景
table-condensed 行内边距(padding)被切为两半,以便让表看起来更紧凑
table-responsive 您可以让表格水平滚动以适应小型设备(小于 768px)

引用:https://www.runoob.com/try/try.php?filename=bootstrap3-table-striped

<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8"> 
	<title>Bootstrap 实例 - 条纹表格</title>
	<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">  
	<script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
	<script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>

<table class="table table-striped table-bordered table-hover table-condensed table-responsive">
	<caption>条纹表格布局</caption>
	<thead>
		<tr class="active">
			<th>名称</th>
			<th>城市</th>
			<th>邮编</th>
		</tr>
	</thead>
	<tbody>
		<tr class="success">
			<td>Tanmay</td>
			<td>Bangalore</td>
			<td>560001</td>
		</tr>
		<tr class="warning">
			<td>Sachin</td>
			<td>Mumbai</td>
			<td>400003</td>
		</tr>
		<tr class="danger">
			<td>Uma</td>
			<td>Pune</td>
			<td>411027</td>
		</tr>
	</tbody>
</table>

</body>
</html>

table 	最基本
table-striped	条纹 	
table-bordered 	外边框
table-hover 	当指针悬停在行上时会出现浅灰色背景
table-condensed 	行内边距(padding)被切为两半,以便让表看起来更紧凑
table-responsive	您可以让表格水平滚动以适应小型设备(小于 768px)



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值