<style> p { white-space:nowrap;overflow:hidden;text-overflow:ellipsis;} </style>
只需要在原先写好的样式中加入上述代码即可
文字超出容器长度自动隐藏并且显示省略号
原文:http://blog.51cto.com/12765394/2161404