product-item-header.wxss 1.24 KB


.product_image {
  width: 750rpx;
  height: 470rpx;
}

.product_name {
  margin-top: 30rpx;
  font-size: 36rpx;
  font-weight: bold;
  word-break:break-all;
  color: #444444;
  margin-left: 30rpx;
  margin-right: 60rpx;
  text-align: left;
}

.product_price {
  color: #B0B0B0;
  font-size: 24rpx;
  font-weight: bold;
  margin-left: 30rpx;
}

.product_lucky_bg {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  margin-left: 30rpx;
  margin-right: 60rpx;
}

.product_time {
  color: #B0B0B0;
  font-size: 24rpx;
  margin-top: 16rpx;
}

.product_time:before {
  display: inline-block;
  content: '';
  width: 6rpx;
  height: 6rpx;
  background-color: #D8D8D8;
  margin-right: 20rpx;
  vertical-align: 6rpx
}

.product_time:after {
  display: inline-block;
  content: '';
  width: 6rpx;
  height: 6rpx;
  background-color: #D8D8D8;
  margin-left: 20rpx;
  vertical-align: 6rpx
}

.product_margin {
    margin-bottom: 48rpx;
}

.product_countdown {
  display: block;
  height: 92rpx;
  padding-top: 40rpx;
  margin-bottom: 40rpx;
}

.product_lucky {
  color: #D0021B;
  font-size: 24rpx;
  font-family: PingFangSC-Medium;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.lucky {
  font-size: 52rpx;
}