单行文本溢出显示省略号
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
 
多行文本溢出显示省略号
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;

引用:http://www.daqianduan.com/6179.html

相关文章:

  • 2021-11-23
猜你喜欢
  • 2022-01-07
  • 2022-01-07
  • 2022-01-07
  • 2022-01-07
  • 2021-09-28
相关资源
相似解决方案