CSS 常用样式

CSS样式中,设置超出文字省略号显示

.css {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
posted @ 2021-01-06 21:16  lqqgis  阅读(78)  评论(0)    收藏  举报