css多行溢出省略号

  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 */ 这个不能少 
 

css多行溢出省略号

上一篇:26、json数据页面展示


下一篇:了解https