san3Xian / randomMark

用github repo做一些随记好了,内容在issues里。github page中仅为试验田🧪
https://qc47.net
4 stars 0 forks source link

多行文字从css上实现ellipsis #15

Open san3Xian opened 5 years ago

san3Xian commented 5 years ago

overflow:hidden; 单行文字可以通过text-overflow:ellipsis; 实现 多行文字的话需要 display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;