page { background-color: #fff; } .exchange { border-bottom: 1rpx solid #e2e2e2; padding: 40rpx 24rpx; } .cpupon-name { color: #353535; margin-bottom: 22rpx; } .cpupon-price { color: #ff6f28; } .chakan { height: 56rpx; border: 1rpx solid #ff4544; border-radius: 28rpx; color: #ff4544; padding: 0 16rpx; display: flex; align-items: center; } .goods-img { width: 180rpx; height: 136rpx; } .goods-detail { margin-left: 16rpx; font-size: 9pt; } .goods-name { text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 28rpx; color: #353535; height: 2.8em; line-height: 1.4; } .goods-price { color: #ff6f28; } .no-content{ color: #888; padding: 100rpx 0 0 0; text-align: center; }