1.元素需要有宽度 2.元素需要隐藏超过的部分 3.元素需要设定超过部分的文字的呈现方式(省略号)
.txt { width: 100px; line-height: 20px; overflow: hidden; text-overflow: ellipsis; }