一行超出

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

 

多行超出

overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;  /* 超出n行这里写n */
-webkit-box-orient: vertical;

 

相关文章:

  • 1970-01-01
  • 2022-12-23
  • 2021-11-19
  • 2022-12-23
  • 2022-12-23
  • 2021-05-31
  • 2022-12-23
  • 2021-08-15
猜你喜欢
  • 2022-12-23
  • 2021-12-15
  • 2022-12-23
  • 2021-12-25
  • 2022-02-17
  • 2022-12-23
  • 2021-11-18
相关资源
相似解决方案