p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

 

相关文章:

  • 2022-12-23
  • 2021-12-06
  • 2021-11-03
  • 2022-01-21
  • 2021-12-28
猜你喜欢
  • 2022-12-23
  • 2021-05-20
  • 2021-12-22
  • 2021-11-11
  • 2021-12-25
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案