强调类(颜色)
.text-muted:提示,使用浅灰色(#999)
.text-primary:主要,使用蓝色(#428bca)
.text-success:成功,使用浅绿色(#3c763d)
.text-info:通知信息,使用浅蓝色(#31708f)
.text-warning:警告,使用黄色(#8a6d3b)
.text-danger:危险,使用褐色(##a94442)
文本对齐
(设置text-align:center、left、right、justify)
☑ .text-left:左对齐
☑ .text-center:居中对齐
☑ .text-right:右对齐
☑ .text-justify:两端对齐
表格
☑ .table:基础表格
☑ .table-striped:斑马线表格
☑ .table-bordered:带边框的表格
☑ .table-hover:鼠标悬停高亮的表格
☑ .table-condensed:紧凑型表格
☑ .table-responsive:响应式表格
表单
<form role=”form”>
.form-inline 内联表单
.form-horizontal 标签在左,控件在右边
按钮
.btn-lg 大
.btn-sm 小
.btn-xs 特别小
.disabled 禁用(功能禁用还需加上属性disabled=“disabled”)
我的github地址:https://github.com/mefistoduan