多行文本省略

1.单行文本省略css css代码:web p{ width: 100px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } 2.多行文本省略,效果:浏览器 css代码:测试 .box{ width: 100px; display: -webkit-box;
相关文章
相关标签/搜索