Bootstrap輔助類
1、文字
類 | 描述 |
---|---|
.text-muted | "text-muted" 類的文字樣式 |
.text-primary
|
"text-primary" 類的文字樣式 |
.text-success | "text-success" 類的文字樣式 |
.text-info | "text-info" 類的文字樣式 |
.text-warning | "text-warning" 類的文字樣式 |
.text-danger | "text-danger" 類的文字樣式 |
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8">
<title>demo</title>
<link href="bootstrap-3.3.4-dist/css/bootstrap.min.css" rel="stylesheet">
<style type="text/css">
body{padding: 20px;}
</style>
</head>
<body>
<div class = "container">
<p>我是普通文字</p>
<p class="text-muted">我使用了text-muted</p>
<p class="text-primary">我使用了text-primary</p>
<p class="text-success">我使用了text-success</p>
<p class="text-info">我使用了text-info</p>
<p class="text-warning">我使用了text-warning</p>
</div>
</body>
</html>
效果:
2、背景
類 | 描述 |
---|---|
.bg-primary | 表格單元格使用了 "bg-primary" 類 |
.bg-success | 表格單元格使用了 "bg-success" 類 |
.bg-info | 表格單元格使用了 "bg-info" 類 |
.bg-warning | 表格單元格使用了 "bg-warning" 類 |
.bg-danger | 表格單元格使用了 "bg-danger" 類 |
例:
<body>
<div class = "container col-lg-2">
<p class="bg-primary">我使用了bg-primary</p>
<p class="bg-success">我使用了bg-success</p>
<p class="bg-info">我使用了bg-info</p>
<p class="bg-warning">我使用了bg-warning</p>
</div>
</body>
效果:
3、其它
類 | 描述 |
---|---|
.pull-left | 元素浮動到左邊 |
.pull-right | 元素浮動到右邊 |
.center-block | 設定元素為 display:block 並居中顯示 |
.clearfix | 清除浮動 |
.show | 強制元素顯示 |
.hidden | 強制元素隱藏 |
.sr-only | 除了螢幕閱讀器外,其他裝置上隱藏元素 |
.sr-only-focusable | 與 .sr-only 類結合使用,在元素獲取焦點時顯示(如:鍵盤操作的使用者) |
.text-hide | 可以隱藏文字內容 |
.close | 顯示關閉按鈕 |
.caret | 顯示下拉式功能 |
<body>
<div class = "container col-lg-3">
<div class="pull-right bg-primary">
<p>使用了pull-right的盒子</p>
</div>
<div class="pull-left bg-warning">
<p>使用了pull-left的盒子</p>
</div>
<div class="clearfix"></div>
<div class="center-block">
<p>使用了center-blcok的盒子</p>
</div>
<label class="sr-only">螢幕閱讀器</label>
<div class="center-block text-hide">
<p>使用了center-blcok的盒子</p>
</div>
<button type="button" class="close" aria-hidden="true">
×
</button>
<div class="clearfix"></div>
<p>下拉<span class="caret"></span></p>
</div>
</body>
效果:相關文章
- Android開發 - 儲存輔助類 SharedPreferences 解析Android
- Netty中的引導類BootstrapNettyboot
- 淺析 Bootstrap 的 CSS 類名設計bootCSS
- “追求平滑!”——針對射擊遊戲中吸附類/阻尼類輔助瞄準的平滑性最佳化探索遊戲
- 四邊形輔助線做法
- 五,搭建環境:輔助功能
- bootstrap32-響應式實用工具類boot
- 英特爾 Gaudi 加速輔助生成
- 【BootStrap】--前端利器BootStrapboot前端
- bootstrap重置項 及響應式版心 row類清除marginboot
- bootstrap30-輔助類展示不同的背景顏色boot
- 更快的輔助生成: 動態推測
- 使用Github Action來輔助專案管理Github專案管理
- Tomcat 7 啟動分析(二)Bootstrap 類中的 main 方法TomcatbootAI
- Bootstrapboot
- Bootstrap++:bootstrap-select 使用boot
- bootstrap36-Bootstrap下拉選單boot
- Bootstrap系列 -- 1. 如何使用Bootstrapboot
- bootstrap39-Bootstrap下拉選單dropdownboot
- bootstrap學習筆記 Bootstrap 列表組boot筆記
- 基於TP3.2和Bootstrap開發的歌詞類網站boot網站
- Bootstrap - viewportbootView
- bootstrap – formbootORM
- bootstrap常用boot
- Bootstrap框架boot框架
- bootstrap 警告boot
- bootstrap外掛學習-bootstrap.modal.jsbootJS
- jQuery UI Bootstrap:在jQuery UI上整合BootstrapjQueryUIboot
- 自己動手2小時學會配置遊戲輔助遊戲
- [開發教程]第9講:Bootstrap響應式佈局的實用類boot
- 【BootStrap】圖片樣式、輔助類樣式和CSS元件 -附原始碼bootCSS元件原始碼
- Bootstrap檔案上傳元件應用:bootstrap fileinputboot元件
- Web 開源 CSS 框架 Bootstrap 文件、Bootstrap 下載WebCSS框架boot
- Bootstrap 簡介boot
- Bootstrap雙列表boot
- BootStrap selectpickerboot
- BootStrap小結boot
- Bootstrap Mega Menuboot