item.wxss 1.04 KB
.product-item {
    display: flex;
    flex-direction: column;
    margin-top: 65rpx;
}

.product-item .item-detail {
    position: relative;
    height: 128rpx;
}

.product-item .item-price {
    position: absolute;
    bottom: 0;
    font-family: PingFang-SC-Regular;
    font-size: 24rpx;
    color: #444;
    width: 322rpx;
    max-width: 322rpx;
    letter-spacing: 0.28rpx;
}

.item-price .price {
    display: inline-block;
}

.price1.before-market-price {
    color: #d0021b!important;
}

.product-item .item-price .price2 {
    color: #b0b0b0;
    margin-left: 10rpx;
    text-decoration: line-through;
}

.product-item .item-image {
    width: 322rpx;
    height: 430rpx;
}

.product-item .item-title {
    font-family: PingFang-SC-Regular;
    font-size: 24rpx;
    color: #444;
    width: 322rpx;
    max-width: 322rpx;
    line-height: 1.3;
    letter-spacing: 0.28px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: pre-wrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 20rpx 0;
}