bootstrap前端开发工具
栅格系统
版心 .container
栅格布局 (一行分为12格,响应式布局)
.row .col-md-12 .col-sm-12 .col-xs-12
排版
文本对齐:
.text-center; .text-left; .text-right;
块标签对齐:
.center-block; .pull-left; .pull-right;
排版样式:
h1 .page-header small p .lead
百度网盘为您提供文件的网络备份、同步和分享服务。空间大、速度快、安全稳固,支持教育网加速,支持手机端。现在注册即有机会享受15G的免费存储空间
百度网盘为您提供文件的网络备份、同步和分享服务。空间大、速度快、安全稳固,支持手机端。现在注册即有机会享受15G的免费存储空间
文字颜色(带有样式滑动效果)
.text-muted 灰色 .text-primary 浅蓝色 .text-success 绿色 .text-info 深蓝色 .text-warning 棕色 .text-danger 红色
列表
.list-style 无样式列表 .list-inline 列表浮动到一行
描述
.dl-horizontal 水平排列的描述
表格
表格样式
.table .table-hover .table-bordered .table-striped
表格的颜色
tr.active 灰色 tr.danger 红色 tr.warning 浅黄色 tr.success 绿色
表单
表单样式
div.from-grop
表单元素
input.form-control input.input-lg
表单颜色
div.has-success div.has-error div.has-warning