代码编程css实现文字溢出变省略号 溢出显示省略号 单行文本溢出显示省略号.box { width: 200px; line-height:30px; height:90px; background-color: red; position:relative; text-align:justify; overflow: hidden;}.box:after { ……继续阅读 » 1年前 (2021-10-28) 295浏览