CSS 自动隐藏文字并添加省略号

.cut  {
     overflow:hidden;
     white-space:nowrap;
     text-overflow:ellipsis;
     -o-text-overflow:ellipsis;
     -icab-text-overflow: ellipsis;
     -khtml-text-overflow: ellipsis;
     -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

 LINK:http://xicer.com/wordpress/archives/47

原文地址:https://www.cnblogs.com/oospace/p/4268236.html