Bootstrap 4垂直对齐列[重复]

Posted

技术标签:

【中文标题】Bootstrap 4垂直对齐列[重复]【英文标题】:Bootstrap4 vertical align column [duplicate] 【发布时间】:2017-12-10 07:53:40 【问题描述】:

是否有快速的 flexbox 类来垂直对齐列内的内容?

例如

  <div class="row">
      <div class="col">
        unknown height
      </div>
      <div class="col h100 d-flex justify-content-center">
        set same height as previous + flex center
      </div>
  </div>

上面显然不起作用,但你明白了......

使用https://scotch.io/quick-tips/different-tricks-on-how-to-make-bootstrap-columns-all-the-same-height#toc-option-4-use-flexbox 可以实现相同高度的行

-> 感觉不是最流畅的解决方案,不是有原生的bootstrap类吗?

而且它仍然没有对齐中间

【问题讨论】:

正确,但对问题没有明确的答案... 【参考方案1】:

好的,这就够了:

<div class="row align-items-center"></div>

【讨论】:

以上是关于Bootstrap 4垂直对齐列[重复]的主要内容,如果未能解决你的问题,请参考以下文章

bootstrap 3 到 bootstrap 4 cols 不再水平对齐 [重复]

Bootstrap 4中的垂直对齐DIV和文本

Twitter bootstrap 3 - 在一行中垂直对齐列[中]

在 Bootstrap 中垂直对齐图像旁边的文本 [重复]

React Bootstrap:行列的垂直对齐?

垂直对齐列表引导程序[重复]