css 文字省略号...

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

  

猜你喜欢

转载自www.cnblogs.com/linson0116/p/10430017.html
今日推荐