摘要: 1、单行文本 overflow: hidden; white-space: nowrap; //用于处理元素内的空白,只在一行内显示 text-overflow: ellipsis; //超过宽度使用省略号 2、多行文本 word-break: break-all; text-overflow: e 阅读全文
posted @ 2017-02-09 21:56 宋小妖精 阅读(160) 评论(0) 推荐(0)