css實現單行和多行文本溢出顯示省略號

1.單行文本:web

width:47%;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;

2.多行文本spa

width: 98%;
height: 48px;
overflow:hidden;
-webkit-line-clamp:3;
-webkit-box-orient:vertical;
display:-webkit-box;
相關文章
相關標籤/搜索