css 文字省略号...

  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;

  

posted @ 2019-02-25 11:35  一路向北中  阅读(223)  评论(0编辑  收藏  举报