<!-- 最新版本的 Bootstrap 核心 CSS 文件 --> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">

基本使用

 1 <div class="info-box">
 2         <h1 class="bg-primary">学员信息管理</h1>
 3 
 4         <button class="btn btn-info">点击获取所有学员信息</button>
 5 
 6         <br>
 7         <br>
 8 
 9         <table class="table table-striped table-hover">
10             <thead>
11             <tr>
12                 <th>学号</th>
13                 <th>学生姓名</th>
14                 <th>学生性别</th>
15                 <th>学生班级</th>
16                 <th>学生分院</th>
17                 <th>学生状态</th>
18                 <th>操作</th>
19             </tr>
20             </thead>
21             <!-- 以下内容需要通过 js 添加 -->
22             <tbody>
23 
24             </tbody>
25         </table>
26     </div>

 

 

 

离线使用

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

posted on 2022-05-25 19:41  初晓臻  阅读(21)  评论(0编辑  收藏  举报