0

旧版本的引导程序正在使用.pull-rightand .pull-left

bootstrap 3有什么替代方案float:left吗?float:right

4

2 回答 2

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;
}
于 2013-09-26T09:37:34.773 回答
1

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

于 2013-09-26T09:35:44.750 回答