在网页中单行以及多行内容超出之后隐藏

1.单行内容超出影藏

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

2.多行内容超出影藏

display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
posted @ 2017-01-12 11:56  旧约yzy  阅读(151)  评论(0编辑  收藏  举报