<!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">
<caption>上下文表格布局</caption>
<thead>
<tr>
<th>产品</th>
<th>付款日期</th>
<th>状态</th>
</tr>
</thead>
<tbody>
<tr class="active">
<td>产品1</td>
<td>23/11/2013</td>
<td>待发货</td>
</tr>
<tr class="success">
<td>产品2</td>
<td>10/11/2013</td>
<td>发货中</td>
</tr>
<tr class="warning">
<td>产品3</td>
<td>20/10/2013</td>
<td>待确认</td>
</tr>
<tr class="danger">
<td>产品4</td>
<td>20/10/2013</td>
<td>已退货</td>
</tr>
</tbody>
</table> </body>
</html>

最新文章

  1. 在jquery中,全选/全不选的表示方法
  2. 深入了解 JavaScript 中的 for 循环
  3. 将GitLab的数据库导入阿里云PostgreSQL RDS
  4. Mysql-proxy中的lua脚本编程(一)
  5. 智能硬件+App移动新生态【10.24北京站】
  6. python 函数基础
  7. ZOJ 1107 FatMouse and Cheese
  8. httpc服务器错误类型大全
  9. eclipse下的tomcat内存设置大小
  10. js输入框只能输入数字和小数点
  11. poj1969---找规律
  12. c# winform panel 流式布局 panel块可自动排列
  13. webpack入门教程--2
  14. Response内置对象
  15. null、undefined、typeof、instanceof
  16. 在Vue的构造器里我们写一个add方法,然后我们用实例的方法调用它
  17. unity luaFramework
  18. PHP中全局变量global和$GLOBALS[]的区别分析
  19. ElasticSearch 2 (32) - 信息聚合系列之范围限定
  20. Python的浅拷贝与深拷贝

热门文章

  1. redis场景分析的很到位
  2. docker安装-单机/多机安装
  3. 精简DOCKER环境
  4. 一个支持国密SM2/SM3/SM4/SM9/ZUC/SSL的密码工具箱
  5. codeforces- Shortest path of the king
  6. [ DLPytorch ] 线性回归&amp;Softmax与分类模型&amp;多层感知机
  7. ssh pubkey免密登陆远程主机
  8. Git基本指令
  9. problem :无法显示activemq的管理界面
  10. 【CoreBluetooth】iOS 系统蓝牙框架