资江河畔

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

换行

 

word-wrap: break-word; word-break: normal; 

 

多行,最后一行省略号

overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
word-break: break-all;

 

 

省略

 

overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;

 

posted on 2015-06-26 15:24  资江河畔  阅读(251)  评论(0编辑  收藏  举报