line-height: 20px;
  max-height: 40px;
  display: -webkit-box;
  /*! autoprefixer: off */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
 
 
//注意行高和高度设置
然后注意  -webkit-box-orient: vertical; 
  /*! autoprefixer: off */ 这个不能少 
 

相关文章:

  • 2022-01-07
  • 2022-01-07
  • 2022-01-07
  • 2022-12-23
  • 2021-07-05
  • 2021-08-27
猜你喜欢
  • 2022-01-07
  • 2022-01-07
  • 2022-01-07
  • 2022-01-07
  • 2022-12-23
  • 2021-12-15
  • 2022-01-07
相关资源
相似解决方案