.text {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

 

相关文章:

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