<form>
<div class="form-group">
<label for="">姓名:</label>
<input type=“text”name=“text” class="form-control" placeholder="请输入">
</div>
形成组件式
</form>
<div class="form-group">
<label for="">姓名:</label>
<input type=“text”name=“text” class="form-control" placeholder="请输入">
</div>
形成组件式
</form>
2017-05-03
<div class="form-group">
<label for="">姓名:</label>
<input type=“text”name=“text” class="form-control" placeholder="请输入">
</div>
<label for="">姓名:</label>
<input type=“text”name=“text” class="form-control" placeholder="请输入">
</div>
2017-05-03
table.table设置基本表格样式
table.table-bordered设置具有边框样式的表格
table.table-hover设置具有鼠标悬浮具有高亮效果的样式的表格
table.table-responsive设置具有响应式的表格
table.table-condense设置具有紧凑型的表格
tr.active活跃的一行
tr.info
tr.success
tr.warning
tr.danger
table.table-bordered设置具有边框样式的表格
table.table-hover设置具有鼠标悬浮具有高亮效果的样式的表格
table.table-responsive设置具有响应式的表格
table.table-condense设置具有紧凑型的表格
tr.active活跃的一行
tr.info
tr.success
tr.warning
tr.danger
2017-05-03
表格
<table>
<thead>
<tr>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>
</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>
</td>
</tr>
</tbody>
</table>
2017-05-03
<mark></mark>标记文本
<del></del>删杠文本
<del></del>删杠文本
2017-05-03
排版:
.text-center和.text-left和.text-right和,.text-justify进行文本的对齐
.text-muted和.text-primary和.text-info和.text-success和.text-warning进行文本字体颜色的设置
段落强调用类名为lead进行<p>的强调
粗体字用b和strong标签进行强调
斜体字用i或者em标签进行
列表清除序号.list-unstyle
水平排列.list-inline
和.dl-horizontal水平排列.
.text-center和.text-left和.text-right和,.text-justify进行文本的对齐
.text-muted和.text-primary和.text-info和.text-success和.text-warning进行文本字体颜色的设置
段落强调用类名为lead进行<p>的强调
粗体字用b和strong标签进行强调
斜体字用i或者em标签进行
列表清除序号.list-unstyle
水平排列.list-inline
和.dl-horizontal水平排列.
2017-05-03