.hiddens{ width:80px; // 设定容器宽度 overflow: hidden; // 超出容器后隐藏 white-space: nowrap; // 不换行 text-overflow: ellipsis; // 以省略号代替 }spa