文本溢出省略号显示,要实现这个必须 要有四个条件:
1.须有容器宽度:width:value
2.强制文本在一行内显示:white-space:nowrap;
3.溢出内容隐藏:overflow:hidden;
4.溢出文本显示“...”:text-overflow:ellipsis;