.box{
width: 135px;
height: 84px;
display: block; overflow: hidden;

}

.container { background:darkcyan; width: 135px; height: 84px; display: table; } .container p { display: table-cell; vertical-align: middle; word-break: break-all; text-align: center; }
<div class="box">
 <div class="container">
       <p>ally and horifffffffffffffffffffffffffffally.</p>
 </div>
</div>

效果如下

ally and horifffffffffffffffffffffffffffally.

相关文章:

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