📅  最后修改于: 2020-12-19 02:49:39             🧑  作者: Mango
进度条显示用户在流程中的距离。在Bootstrap中,有几种类型的进度条。
Bootstrap Progress bar
Default Progress Bar
进度条用于向用户显示他/她在过程中待了多长时间。要创建创建默认的进度条,请将.progress类添加到容器元素,并将进度条类添加到其子元素。使用CSS width属性设置进度条的宽度。
Bootstrap Example
Progress Bar With Label
带标签的进度条指定特定过程的进度百分比。
您必须从进度栏中删除仅.sr类,才能显示可见百分比。
请参阅以下示例:
Bootstrap Example
Progress Bar With Label
您可以使用上下文类来创建彩色进度条。
用于创建彩色进度条的上下文类:
Bootstrap Example
Colored Progress Bars
The contextual classes colors the progress bars:
您可以使用类.progress-bar-striped创建剥离的进度条。
Bootstrap Example
Striped Progress Bars
The .progress-bar-striped class adds stripes to the progress bars:
您必须使用.active类来创建动画进度条。
Bootstrap Example
Animated Progress Bar
The .active class animates the progress bar:
您可以通过将多个条放置在同一
Bootstrap Example
Stacked Progress Bars
Create a stacked progress bar by placing multiple bars into the same div with class .progress:
注意:Bootstrap 4中添加了两种新的彩色进度条:
Bootstrap Example
Colored Progress Bars Example