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

一般咱們開發前端頁面時候常常會遇到文本溢出顯示省略號的問題。 若是單行文本溢出的話你們應該知道一般咱們會使用text-overflow:ellipsis與width配合實現: .textOverflow1{ width: 200px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
相關文章
相關標籤/搜索