css实现截取文本

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

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