1. 程式人生 > >css 文字超出2行就隱藏並且顯示省略號(適用於Chrome)

css 文字超出2行就隱藏並且顯示省略號(適用於Chrome)

overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2;