css实现截取文本

.ellipsis{
max-width: 260px;  // 自定义
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}spa

相关文章
相关标签/搜索