• 行内元素 in-line
      • line-height 等于 height 的值
    • 定位元素 absolute
      • top: 50% + margin-top 负值
      • transform: translateY(-50%)
      • top, bottom = 0
        margin: auto
    • flex
      • flex-direction: row
        align-items: center

    点击查看【codepen】