`

两端是圆角的进度条

    博客分类:
  • CSS
阅读更多

 

.progress-bar-container {

  background-color: gray;
  height: 10px;
  width: 120px;
  border-radius: 5px;
  overflow: hidden;

  .progress-bar {
    height: 10px;
    background-color: green;
  }
}

 

<div class="progress-bar-container">
  <div [style.width]="goalAndAccount.savingPercentage" class="progress-bar"></div>
</div>

 

 

 

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics