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

相关文章:

  • 2021-12-02
  • 2022-12-23
  • 2021-12-22
  • 2021-11-03
  • 2021-12-25
猜你喜欢
  • 2021-09-09
  • 2021-12-25
  • 2021-12-28
  • 2021-12-15
  • 2021-07-09
  • 2021-09-28
  • 2022-12-23
相关资源
相似解决方案