美文网首页
css多行省略号

css多行省略号

作者: HelenYin | 来源:发表于2019-07-23 17:40 被阅读0次
        height: 100%;
        line-height: 22px;
        color: rgba(0, 0, 0, 0.75);
        font-size: 14px;
        word-break: break-word;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical;
    

    相关文章

      网友评论

          本文标题:css多行省略号

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