css代码段

css文字超出省略

.demo{
display:-webkit-box;
overflow:hidden;
text-overflow:ellipsis;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;
width:30px
}

posted @ 2016-08-17 10:43  龙鸿轩  阅读(177)  评论(0编辑  收藏  举报