div中控制文字行數而且文末「...」顯示

text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:2;
overflow: hidden;
white-space:pre-wrap;
相關文章
相關標籤/搜索