多行隐藏

结构:<p>我有很多文字  我有很多文字  我有很多文字  我有很多文字  我有很多文字  我有很多文字  我有很多文字  我有很多文字我有很多文字  我有很多文字我有很多文字  我有很多文字  我有很多文字  我有很多文字  我有很多文字  我有很多文字我有很多文字  我有很多文字</p>

css:p{

font-size:20px;
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2; //两行文字省略
text-overflow: ellipsis;
-webkit-box-orient: vertical;
}

posted @ 2017-07-13 15:13  白卫云  阅读(128)  评论(0编辑  收藏  举报