.ellipsis { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
给元素设置了这个属性之后,该行内元素和旁边的行内元素不对齐,解决办法:
给改元素设置:
vertical-align: top;