单行文本溢出显示省略号「to ==> text-overflow」

5年以前  |  阅读数:421 次  |  编程语言:HTML/CSS 
.to {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

Copyright© 2013-2020

All Rights Reserved 京ICP备2023019179号-8