css文本溢出省略号

1 .ellip{
2     display: block;
3     width:200px;
4     overflow: hidden;
5     white-space: nowrap;
6     text-overflow: ellipsis;
7 }

 

原文地址:https://www.cnblogs.com/sun-rain/p/5198122.html