text-overflow: ellipsis; /*文字超出自动省略号(要配合width使用)*/
white-space: nowrap; /*文字超出父级元素宽度强制不换行 */
overflow: hidden;