The shortest way to do many things is to only one thing at a time.
多行溢出
仅作为记录方便查找
display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: number; /*n行溢出显示省略号则number设置为n*/ overflow: hidden;