css实现截取文本

.ellipsis{
max-width: 260px;  // 自定义
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

posted @ 2014-09-23 16:17  hasayaki  阅读(181)  评论(0)    收藏  举报