文字超过一定长度显示缩略

.overflow-font {

  display: -webkit-box;

  /*! autoprefixer: off */

  -webkit-box-orient: vertical;

  /* autoprefixer: on */

  -webkit-line-clamp: 2;

  overflow: hidden;

}

原文地址:https://www.cnblogs.com/linziwei/p/10062237.html