标签:
<table class="table"> ... </table>
<table class="table"> <thead> <tr> <th>biaoti</th> <th>biaoti</th> <th>biaoti</th> </tr> </thead> <tbody> <tr> <th>danyuange</th> <th>danyuange</th> <th>danyuange</th> </tr> <tr> <th>danyuange</th> <th>danyuange</th> <th>danyuange</th> </tr> <tr> <th>danyuange</th> <th>danyuange</th> <th>danyuange</th> </tr> </tbody> </table>
效果:
<table class="table table-striped table-bordered"> <thead> <tr class="active"> <th>biaoti</th> <th>biaoti</th> <th>biaoti</th> </tr> </thead> <tbody> <tr class="success"> <th>danyuange</th> <th>danyuange</th> <th>danyuange</th> </tr> <tr class="info"> <th>danyuange</th> <th>danyuange</th> <th>danyuange</th> </tr> <tr class="warning"> <th>danyuange</th> <th>danyuange</th> <th>danyuange</th> </tr> <tr class="danger"> <th>danyuange</th> <th>danyuange</th> <th>danyuange</th> </tr> </tbody> </table>
效果:
标签:
原文地址:http://www.cnblogs.com/hnnydxgjj/p/5851206.html