CSS 文本超出指定宽度后隐藏并显示为省略号
<style type="text/css"> .tips{ cursor:pointer; max-width: 88px; white-space:nowrap; text-overflow:ellipsis; overflow:hidd
·
<style type="text/css">
.tips{
cursor:pointer;
max-width: 88px;
white-space:nowrap;
text-overflow:ellipsis;
overflow:hidden;
}
</style>
更多推荐
所有评论(0)