发布于:2020-12-03 阅读()
1,单行溢出,超出部分显示...或者截取。前提必须有宽度。 width:xxpx;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; 多行溢出 display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit...