1,html

<p>我有很多文字  我有很多文字  我有很多文字  我有很多文字  我有很多文字  我有很多文字  </p>

 

2,css

display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;   //两行文字省略
text-overflow: ellipsis;
-webkit-box-orient: vertical;

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-05
  • 2021-10-20
  • 2021-06-21
  • 2021-10-11
  • 2021-10-02
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-15
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2022-02-16
相关资源
相似解决方案