单行文本截断 text-overflow

div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
posted @ 2019-11-28 15:32  小蓉儿  阅读(148)  评论(0编辑  收藏  举报