摘要: 一、div内显示一行,超出部分用省略号显示 white-space: nowrap; overflow: hidden; text-overflow: ellipsis; 二、div内显示N行,超出部分用省略号显示 overflow: hidden; text-overflow: ellipsis; 阅读全文
posted @ 2021-04-08 09:29 祭·司 阅读(972) 评论(0) 推荐(1)