首页 > 其他 > 详细

bootstrap_07_表格类

时间:2014-05-13 05:03:53      阅读:439      评论:0      收藏:0      [点我收藏+]
<!doctype html>
<html>
<meta charset="utf-8" />
<head>
<title>益司CMS-PC与手机建站集成</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="http://cdn.bootcss.com/twitter-bootstrap/3.0.3/css/bootstrap.min.css">
<!--<link href="__PUBLIC__/bootstrap/css/bootstrap-theme.css" rel="stylesheet" />-->
<!--[if It IE 9]>
    <script src="http//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]--> 
</head>
<body">
<div class="container">
<!--table-condensed 缩小内边距
table-bordered 添加边框
table-striped 以条纹的形式显示-->
<table class="table table-bordered table-condensed table-striped">
    <tr>
        <td>
            内容1
        </td>
        <td>
            内容1
        </td>
        <td>
            内容1
        </td>
    </tr>
    <tr>
        <td>
            内容1
        </td>
        <td>
            内容1
        </td>
        <td>
            内容1
        </td>
    </tr>
    <tr>
        <td>
            内容1
        </td>
        <td>
            内容1
        </td>
        <td>
            内容1
        </td>
    </tr>
    <tr>
        <td>
            内容1
        </td>
        <td>
            内容1
        </td>
        <td>
            内容1
        </td>
    </tr>
</table>
</div>
<script src="http://cdn.bootcss.com/jquery/1.10.2/jquery.min.js"></script>
<script src="http://cdn.bootcss.com/twitter-bootstrap/3.0.3/js/bootstrap.min.js"></script>
</body>
</html>


bootstrap_07_表格类,布布扣,bubuko.com

bootstrap_07_表格类

原文:http://6846041.blog.51cto.com/6836041/1409660

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!