.vip {} .greenHolder { width: 100%; height: 132rpx; background: #12c962; position: absolute; top: 0; } .productItem { width: 747rpx; height: 387rpx; margin: 40rpx auto 0; display: flex; flex-direction: column; position: relative; justify-content: space-around; } .productBg { width: 747rpx; height: 387rpx; position: absolute; top: 0; } .productContent { width: 100%; height: 100%; position: relative; z-index: 1; display: flex; flex-direction: column; /* justify-content: space-around; */ align-items: center; } .discountIcon { width: 161rpx; height: 41rpx; position: absolute; top: 30rpx; right: 36rpx; } .timeLength { font-size: 60rpx; color: #550a0a; margin-top: 71rpx; } .price { font-size: 100rpx; color: #fff; } .priceIcon { font-size: 80rpx; margin-right: -2rpx; } .originPrice { font-size: 36rpx; color: #fff; margin-top: -20rpx; } .buyBtn { width: 401rpx; height: 84rpx; font-size: 36rpx; color: #fff; line-height: 84rpx; text-align: center; margin: 200rpx auto 0; background: #ff9312; border-radius: 48rpx; }