摘要: 1、单行溢出 text-overflow: ellipsis; overflow: hidden; white-space: nowrap; width: 90%; 2、多行溢出 overflow: hidden; text-overflow: ellipsis; display: -webkit- 阅读全文
posted @ 2019-05-28 16:19 zhaogaojian 阅读(6871) 评论(0) 推荐(0)