首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

Bootstrap 基础CSS - 旋钮(Buttons)

2013-01-28 
Bootstrap 基础CSS - 按钮(Buttons)默认按钮建议只在a和button标签上应用.btn。ButtonclassDescript

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>

热点排行