1、最大宽度
.width[
display:inline-block;/*或block,确保max-width生效*/
max-width:110px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;/*希望单行截断加省略号,加上这行*/
]