Loading

摘要: 如果实现单行文本的溢出显示省略号大家都知道用 text-overflow:ellipsis 属性来,当然还需要加上宽度 width 属性。 实现方法: ``` overflow: hidden; text-overflow:ellipsis; white-space: nowrap; ``` 多行文 阅读全文
posted @ 2018-03-27 17:44 算了个球 阅读(126) 评论(0) 推荐(0) 编辑