group-recommend-cell.wxss 1.06 KB
/* pages/zeroSell/components/group-recommend-cell.wxss */
.group-product-image {
  margin-left: -72rpx;
  width: 322rpx;
  height: 430rpx;
  z-index: 1;
}

.group-product-cell-bg {
  margin-top: 20rpx;
}

.group-product-header {
  display: flex;
  flex-direction: row;
}

.group-product-left-icon {
  margin-top: 10rpx;
  width: 88rpx;
  height: 40rpx;
  z-index: 2;
}

.group-product-name {
  width: 322rpx;
  height: 56rpx;
  font-family: PingFangSC-Medium;
  font-size: 20rpx;
  color: #444444;
  margin-top: 24rpx;
  margin-left: 16rpx;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.group-price {
  margin-left: 16rpx;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.group-price-market {
  text-decoration: line-through;
}

.group-price-collage {
  font-size: 32rpx;
  color: #D0021B;
}

.group-prict-bg {
  font-size: 22rpx;
  color: #444444;
}

.group-free-post {
  width: 60rpx;
  height: 40rpx;
  margin-left: 20rpx;
}