CSS截切字符串

css截切字符串

1
2
3
4
5
6
width: 180px;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden;
height: 25px;
white-space: nowrap;