a {

display: block;
width: 60px; //宽度根据你要显示的字数来定
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

}

相关文章: