文本截断

5年以前  |  阅读数:861 次  |  编程语言:HTML/CSS 
.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hide {
  display: none;
}

Copyright© 2013-2020

All Rights Reserved 京ICP备2023019179号-8