Bootstrap-进度条

Posted 夜未央leo

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Bootstrap-进度条相关的知识,希望对你有一定的参考价值。

效果:

代码:

 

<div class="container">
      <div class="progress">
            <div class="progress-bar progress-bar-striped" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width:60%">
              60%
            </div>
       </div>

</div>

 

 

 

 

 

 

 

 

 

 

以上是关于Bootstrap-进度条的主要内容,如果未能解决你的问题,请参考以下文章

BootStrap有用代码片段(持续总结)

活动到片段方法调用带有进度条的线程

BootStrap实用代码片段(持续总结)

如何在 Bootstrap 3 中为进度条设置动画?

Bootstrap 警告进度条列表组

超赞圆形动画进度条,爱了爱了(使用HTMLCSS和bootstrap框架)