如例子javascript
在li中,当减小width时。文字的宽度大于content时,使其变为省略号。css
css代码样式以下:java
height: 30px; line-height: 30px; padding: 0 80px 0 30px; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;