Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

Bootstrap CSS 按钮参考


按钮颜色


按钮大小


活动/禁用按钮


块级按钮


按钮组


按钮类

以下类可用于为任何 <a>、<button> 或 <input> 元素设置样式

描述 示例
.btn 为任何按钮添加基本样式 试试
.btn-default 表示默认/标准按钮 试试
.btn-primary 提供额外的视觉权重,并在按钮集中识别主要操作 试试
.btn-success 表示成功或积极的操作 试试
.btn-info 用于信息提示消息的上下文按钮 试试
.btn-warning 表示此操作应谨慎执行 试试
.btn-danger 表示危险或潜在负面操作 试试
.btn-link 使按钮看起来像链接(仍将具有按钮行为) 试试
.btn-lg 制作一个大按钮 试试
.btn-sm 制作一个小的按钮 试试
.btn-xs 制作一个特小的按钮 试试
.btn-block 制作一个块级按钮(跨越父元素的整个宽度) 试试
.active 使按钮看起来已按下 试试
.disabled 使按钮禁用 试试
.navbar-btn 在导航栏内垂直对齐按钮 试试

按钮组类

以下类可用于为任何 <a>、<button> 或 <input> 元素设置样式

描述 示例
.btn-group 将按钮分组在一行上 试试
.btn-group-justified 使一组按钮跨越屏幕的整个宽度 试试
.btn-group-lg 大型按钮组(使按钮组中的所有按钮更大 - 增大字体大小和填充) 试试
.btn-group-sm 小型按钮组(使按钮组中的所有按钮更小) 试试
.btn-group-xs 特小型按钮组(使按钮组中的所有按钮更特小) 试试
.btn-group-vertical 使按钮组垂直堆叠 试试

×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.