摘要: ①多行文字只显示一行,其它隐藏并显示为.. .text { font-size: 13px; line-height: 1.5; white-space: nowrap; //不换行 text-overflow: ellipsis; //超出部分以省略号显示 overflow: hidden; // 阅读全文
posted @ 2020-07-25 10:16 xuwennn 阅读(715) 评论(0) 推荐(0)