css 样式控制文本过长实现省略号

.topicTitle{
    text-overflow: ellipsis;
    max-width: 75%;
    overflow: hidden;
    white-space: nowrap;

font-weight:normal; margin-left:-20px; }

 

相关文章:

  • 2022-03-09
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2022-02-20
  • 2021-07-15
猜你喜欢
  • 2022-12-23
  • 2021-08-12
  • 2022-12-23
  • 2022-12-23
  • 2021-11-11
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案