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

.overflow-font {

  display: -webkit-box;

  /*! autoprefixer: off */

  -webkit-box-orient: vertical;

  /* autoprefixer: on */

  -webkit-line-clamp: 2;

  overflow: hidden;

}

posted @ 2018-12-04 09:26  keepLearnLL  阅读(382)  评论(0编辑  收藏  举报