1. 程式人生 > >Bootstrap常用單詞組

Bootstrap常用單詞組

版主 list pass ner 下拉 樣式 toolbar and 多媒體

布局容器
.container 固定寬度
.container-fluid 全屏
.row 行
.col-lg- 大屏幕
.col-md- 中屏幕
變量
@grid-columns: 12 列數
@grid-gutter-width: 30px 槽寬
@grid-float-breakpoint: 768px 媒體查詢闕值(確定合適讓列浮動)
中心內容
.lead 段落突出顯示
內聯文本元素
改變包含內容背景色
刪除線
下劃線
小號文本
加粗
斜體
文本對齊
.text-left 靠左
.text-center 居中
.text-right 靠右
.text-justify 文本對齊
.text-nowrap 不自動換行
.text-lowercase 文本小寫
.text-uppercase 文本大寫
.text-capitalize 首字母大寫
引用

引用
blockquote.blockquote-reverse 引用右對齊
列表
.list-unstyled 移除默認樣式
.list-inline 所有列表放同一行
.dl-horizontal 設置了浮動和偏移,水平排列
代碼
包裹內聯樣式的代碼片段
標記用戶通過鍵盤輸入的內容
.pre-scrollable 使
 元素可滾動,代碼塊區域最大高度為340px
變量
變量
表格
.table 表格
.table-striped 條紋狀表格
.table-bordered 帶邊框的表格
.table-hover 鼠標懸停
.table-condensed 緊縮表格
.table-responsive 響應式表格
.success 綠色
.active 灰色
.info 青色
.warning 黃色
.danger 紅色
表單
.form-control 向所有的文本元素

Bootstrap常用單詞組