[Bootstrap 3.0] [異動功能] 徽章的顏色 badge color

上午8:09 yuchen 2 Comments

Bootstrap改版為3.0後,有一些功能做了些微的異動。如原本在Bootstrap 2.0中,badge內建就可擁有6種不同的顏色,在現在3.0的版本中,只剩下4種顏色(若不變更css的語法),而且語法也有更動。

Q:何謂badge(徽章)?
說明:徽章用來顯事計數,比如說在電子郵件里未讀的郵件數,行動設備應用的提醒。


改版後Bootstrap 3.0:

* Combine "badge" with "alert-*" to color them:

<span class="badge alert-info">123</span>
<span class="badge alert-danger">123</span>
<span class="badge alert-success">123</span>
<span class="badge alert-warning">123</span>

2 意見: