css實現截取文本

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

相關文章
相關標籤/搜索