内容超过长度后以省略号显示的几种实现方式
摘要:CSS实现: 单行文本 样式: {width:200px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis;} 优点:简单快捷,不用手动去设置字数 说明: white-space: nowrap 保证文本内容不会自动换行,如果多余的
阅读全文
posted @ 2017-06-27 11:56
posted @ 2017-06-27 11:56
posted @ 2017-06-02 10:41