BootStrap--CSS組件--標籤(label)

來源:互聯網
上載者:User

網頁排版的時候,經常要高亮一些標題裡的特殊字元或者整個字元。bootstrap提供了一個.label樣式用於實現高亮功能。
label主要設定背景色和背景方框

//源碼.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樣式提供了多種顏色的支援label-default label-primary label-success label-info label-warning label-danger
大小 label-xs label-sm label-lg

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.