Bootstrap Well
Boostrap 3 Well 是一个会引起内容凹陷显示或插图效果的 <div> 容器
Bootstrap Well
Bootstrap 3 提供了 .well
CSS 类用来创建 Well
<div class="well">怎么回事,我怎么在 Well 中了</div>
运行以上范例,输出结果如下
尺寸大小
Bootstrap 3 提供了 .well-lg 和 .well-sm 用来显示各种尺寸的 Well
它们需要与 .well 类结合使用的
<div class="well">默认的 Well </div> <div class="well well-lg">.well-lg</div> <div class="well well-sm">.well-sm</div>
运行以上范例,输出结果如下