adong搬砖

导航

一行溢出和两行溢出

/*一行溢出*/
.box1
{ width:100px; white-space:nowrap; overflow: hidden; text-overflow: ellipsis; } /*两行溢出(有时候不起作用,给固定高度)*/ .box2{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

 

posted on 2023-11-25 23:17  adong搬砖  阅读(16)  评论(0)    收藏  举报