在bootstrap 3中有左右浮动的替代方法吗?

时间:2013-09-26 09:32:22

标签: css html5 twitter-bootstrap twitter-bootstrap-3

旧版本引导程序使用.pull-right.pull-left

bootstrap 3中有float:leftfloat:right是否有其他选择?

2 个答案:

答案 0 :(得分:2)

您仍然可以使用.pull-left& .pull-right,请查看utilities.less,您会找到以下内容:

// Floats

.clearfix { // Use this to clear floats
  .clearfix();
}

.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}

答案 1 :(得分:1)

.pull-left.pull-right仍然存在: http://getbootstrap.com/css/#helper-classes