摘要: 单行文本 width: 200px;// 设置这个固定宽度 overflow: hidden; text-overflow: ellipsis;//打点 white-space: nowrap;//不换行 多行文本 display: -webkit-box; // 将对象作为弹性伸缩盒子模型显示 w 阅读全文
posted @ 2022-07-01 10:04 lain520 阅读(62) 评论(0) 推荐(0)