1 text-overflow: ellipsis;
2 height: 35px;
3 display: -webkit-box;
4 overflow: hidden;
5 -webkit-line-clamp: 1; /*这里修改为要显示的行数*/
6 -webkit-box-orient: vertical;
转载于:https://www.cnblogs.com/terminator404/p/5420428.html
转载请注明原文地址: https://mac.8miu.com/read-72647.html