摘要: 1.单行完整显示,多行省略显示。 .box { width: 100px; //必要 display: -webkit-box; //必要 font-size: 14px; line-height: 20px; text-overflow: ellipsis; //必要 -webkit-line-c 阅读全文
posted @ 2017-11-08 12:45 尹言覃少 阅读(208) 评论(0) 推荐(1)