单行文本溢出打点

overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;

多行文本溢出打点

display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;

相关文章:

  • 2019-12-03
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2021-09-02
  • 2022-12-23
  • 2021-12-18
  • 2021-05-27
猜你喜欢
  • 2021-06-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案