css样式超出隐藏显示...

    技术2022-07-13  79

    overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; white-space: normal !important; -webkit-line-clamp: 2; -webkit-box-orient: vertical;

    更简单方法 overflow: hidden; white-space: nowrap; text-overflow: ellipsis;

    Processed: 0.011, SQL: 9