通过css 实现元素中单行内容超出元素宽度,以省略号代替超出内容 效果

css如下:

  width: **px; //

  text-overflow: ellipsis;

  overflow: hidden;

  white-space: nowrap;

posted @ 2016-05-12 10:00  月下小狸123  阅读(316)  评论(0编辑  收藏  举报