限制文字的显示数量,超过用省略号代替
.c1{ display: block; width: 200px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }