纯粹记录,时间长了不写,会忘记

单行溢出:

text-overflow:ellipsis;
white-space: nowrap;
overflow: hidden;

 多行溢出:

overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: n;
-webkit-box-orient: vertical;

n代表行数

相关文章:

  • 2022-01-07
  • 2022-01-07
  • 2022-01-07
  • 2021-12-22
  • 2021-11-05
  • 2021-11-05
  • 2021-11-22
猜你喜欢
  • 2021-06-17
  • 2021-08-27
  • 2021-10-02
  • 2021-06-10
  • 2022-01-07
相关资源
相似解决方案