CSS3之超出隐藏

html

<td ><a class="link"  href="{$vo.link}" target="_blank">{$vo.link}</a></td>

css

<style>
    .link{
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space:nowrap;
        width:300px;
        height:24px;
        display:block;
    }
</style>
posted @ 2018-08-10 20:15  TBHacker  阅读(2328)  评论(0编辑  收藏  举报