css控制文字长度,超出长度显示...

 css控制文字长度,超出长度显示...

.style {
    max-width: 165px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

posted @ 2016-06-02 14:55    阅读(4406)  评论(0编辑  收藏  举报