bootstrap panel 和table的使用

一、HTML中的页面内容

<div class="col-sm-12">
  <!-- <div class="m-b-md" style="text-align:'center'">
  <h3 id="task_statistic">得分统计</h3>
  </div> -->
  <div class="panel panel-default">
    <div class="panel-heading">
      <h3 class="panel-title">得分统计</h3>
    </div>
    <div class="panel-body">

<!--table类下的table-hover,是鼠标经过的样式-->
      <table class="table table-hover ">
        <thead>
          <tr >
            <th class="panel-title">人物</th>
            <th class="panel-title">得分</th>
            <th class="panel-title">次数</th>
            <th class="panel-title">完成率</th>
          </tr>
        </thead>
        <tbody class="taskRows">
          <tr id="wpy_row0" >
            <td class="project-status">
              <span id="task_wpy_id" class='label label-danger'>张三</span>
            </td>
            <td class="project-title" id="task_wpy_score">22</td>
            <td class="project-title" id="task_wpy_num">4</td>
            <td class="project-title">
              <div class="progress progress-striped active m-b-sm"><!-- 进度条-->
                <div style="width: 40%;" class="progress-bar"><strong >4/10</strong></div>
              </div>
            </td>
          </tr>
      </tbody>
    </table>
  </div>
</div>
</div>

 

转载于:https://www.cnblogs.com/Lxiaojiang/p/6051274.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值