读书人

Bootstrap 基础CSS - 旋钮(Buttons)

发布时间: 2013-01-28 11:49:56 作者: rapoo

Bootstrap 基础CSS - 按钮(Buttons)
默认按钮建议只在<a>和<button>标签上应用.btn。
Buttonclass=""DescriptionbtnStandard gray button with gradientbtn btn-primaryProvides extra visual weight and identifies the primary action in a set of buttonsbtn btn-infoUsed as an alternative to the default stylesbtn btn-successIndicates a successful or positive actionbtn btn-warningIndicates caution should be taken with this actionbtn btn-dangerIndicates a dangerous or potentially negative actionbtn btn-inverseAlternate dark gray button, not tied to a semantic action or usebtn btn-linkDeemphasize a button by making it look like a link while maintaining button behavior
按钮大小可以通过以下类来控制按钮大小。

<button type="button" class="btn btn-large btn-primary disabled" disabled="disabled">Primary button</button><button type="button" class="btn btn-large" disabled>Button</button>

读书人网 >CSS

热点推荐