.frame { width: 100%; max-height: 206rpx; text-align: left; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; white-space: normal !important; -webkit-line-clamp: 4; -webkit-box-orient: vertical; padding: 0 32rpx 0; font-size: 28rpx; } .nofold { display: block; text-overflow: unset; -webkit-line-clamp: unset; max-height: unset; }