css3省略……

245 阅读1分钟
  • 1.单行省略

div { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }

    1. 多行省略