标签:style 对象 nbsp 四十 尺寸 组件 class str round
第二百四十一节,Bootstrap进度条媒体对象和 Well 组件
学习要点:
1.Well 组件
2.进度条组件
3.媒体对象组件
本节课我们主要学习一下 Bootstrap 的三个组件功能:Well 组件、进度条组件、媒体对 象组件。
一.Well 组件
这个组件可以实现简单的嵌入效果。
嵌入效果
well样式class类,写在<div>里,设置一个div区块嵌入效果(Bootstrap)
well-lg样式class类,写在<div>里,设置一个div区块嵌入效果大尺寸(Bootstrap)
well-sm样式class类,写在<div>里,设置一个div区块嵌入效果小尺寸(Bootstrap)
<div class="well"> Bootstrap </div> <div class="well well-lg"> Bootstrap </div> <div class="well well-sm"> Bootstrap </div>
二.进度条组件
进度条组件为当前工作流程或动作提供时时反馈。
基本进度条
第二百四十一节,Bootstrap进度条媒体对象和 Well 组件
标签:style 对象 nbsp 四十 尺寸 组件 class str round
原文地址:http://www.cnblogs.com/adc8868/p/6790911.html