Bootstrap标签作为进度条

时间:2014-09-22 12:29:57

标签: css twitter-bootstrap progress-bar

我想标记颜色的宽度定义为百分比。那里的任何css专家知道我想要的是否真的可以实现?

// Bootstrap label css:

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em
}
.label-success {
  background-color: #18bc9c;
  color: #ffffff;
}

// HTML

<span class="label label-success">games</span>

我想要的是这样的:

enter image description here

1 个答案:

答案 0 :(得分:0)

此处找到解决方案:

https://gist.github.com/anonymous/2be9a7742658fd5e5da6

在朋友的帮助下javascript:)