超出两行隐藏

作者: 赵小空 | 来源:发表于2019-08-21 15:28 被阅读0次
        {
                line-height: 14px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
         }
    

    相关文章

      网友评论

        本文标题:超出两行隐藏

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