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 */ 这个不能少 
 
posted on 2021-04-28 11:39  祁祁  阅读(2325)  评论(0编辑  收藏  举报