关于文本省略

多行文本省略

 text-overflow:ellipsis;
-webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;

单行文本省略
 overflow:hidden;
        text-overflow:ellipsis;

 white-space: nowrap;/*加宽度width属来兼容部分浏览*/


posted @ 2018-06-12 17:46  李可儿  阅读(184)  评论(0)    收藏  举报