正文css 文本溢出时显示省略号IP云V管理员/2022-12-01/6 阅读 12/01提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 .text-ellipsis { width:100px; height:60px; overflow: hidden;//隐藏滚动条 text-overflow:ellipsis; white-space: nowrap; } .span-text { display: block; }