代码:

<!DOCTYPE html>
<style>
  .com-center-banner {
    background: #f00;
  }

  .com-center-banner .container {
    display: table;
    min-height: 334px;
  }

  .com-center-banner .container .center-banner-text {
    display: table-cell;
    vertical-align: middle;
  }

  .com-center-banner .container .center-banner-text span {
    max-width: 520px;
    display: inline-block;
  }
</style>
<div class="com-center-banner">
  <div class="container">
    <div class="center-banner-text">
      <span>text texttext texttext texttext texttext texttext texttext texttext texttext texttext texttext texttext texttext text</span>
    </div>
  </div>
</div>

 

 

 

火狐对 min-height 的支持

 

相关文章:

  • 2021-07-03
  • 2022-12-23
  • 2022-12-23
  • 2021-05-20
  • 2022-12-23
  • 2022-02-25
  • 2021-07-26
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-05
  • 2021-10-30
  • 2022-12-23
  • 2022-12-23
  • 2021-10-04
相关资源
相似解决方案