美文网首页
溢出隐藏

溢出隐藏

作者: HS_d119 | 来源:发表于2022-04-04 22:25 被阅读0次

一行

display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden;

两行

text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
overflow:hidden; /*! autoprefixer: off */
-webkit-box-orient: vertical;

相关文章

网友评论

      本文标题:溢出隐藏

      本文链接:https://www.haomeiwen.com/subject/fhshsrtx.html