一行:

.oneline{

  white-space:nowrap;

overflow:hidden:

text-overflow:ellipsis;

width:100px;

}

 <div class="oneline">abssadasasdgjkkkkkk;lk;k';</div>

 

多行(以3行为例):

.oneline{

display:-webkit-box;

-webkit-box-orient:vertical;

-webkit-line-clamp:3;

overflow:hidden;

}

 

相关文章:

  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-25
  • 2021-05-20
  • 2021-12-15
  • 2021-11-19
相关资源
相似解决方案