Title
// 超出的部分用省略号代替

text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1; // 显示文字的行数
overflow: hidden;
/*! autoprefixer: off */
-webkit-box-orient: vertical;
/*! autoprefixer: on */
word-break: break-all ;

 

posted on 2022-12-31 20:40  chccee  阅读(18)  评论(0编辑  收藏  举报