1.对于单行文字
  
<div class="label_middel" style="width:40px;">居中的文字</div>

   .label_middel{
        height:34px;
        overflow:hidden;
        line-height:34px;
        TEXT-ALIGN: center;
    }
  关键在于:line-height:34px; height:34px;即line-height==height  以及 text-align

2.对于多行文字

相关文章:

  • 2022-12-23
  • 2022-02-26
  • 2022-12-23
  • 2022-12-23
  • 2021-05-27
  • 2021-12-03
  • 2021-11-10
  • 2022-01-01
猜你喜欢
  • 2021-12-05
  • 2022-01-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-09
相关资源
相似解决方案