【问题标题】:How to align different elements horizontally in Bootstrap?如何在 Bootstrap 中水平对齐不同的元素?
【发布时间】:2014-08-25 07:28:32
【问题描述】:

Bootply 演示 => http://www.bootply.com/hnqGW3IG8S

可以看出,“第 1 页,共 206 页”<div> 略高于 PrevNext.. 我尝试使用 line-heightmargin-top 调整位置,但没有工作。

【问题讨论】:

标签: html css forms twitter-bootstrap twitter-bootstrap-3


【解决方案1】:

检查this 是否对您有帮助。

CSS

    .page-number {
        display: inline;
        vertical-align: middle;
    }

【讨论】:

  • 我尝试修改buttonmargin-bottom,但是这个解决方案看起来更好。
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2012-10-23
  • 2021-11-16
  • 1970-01-01
  • 2016-01-17
相关资源
最近更新 更多