CSS超出两行显示省略号

 word-break: break-all;

text-overflow: ellipsis;

display: -webkit-box;

-webkit-box-orient: vertical;

-webkit-line-clamp: 2; /* 这里是超出几行省略 */

overflow: hidden;
posted @ 2023-02-28 17:17  yunChuans  阅读(75)  评论(0)    收藏  举报