groupProductCell.wxss 1.8 KB
.groupproduct {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.groupproductImage {
  display: block;
}

.groupproduct .newTips {
  width: 148rpx;
  height: 40rpx;
  display: flex; 
  flex-direction: row;
  align-items: center;
  justify-content: center; 
  position:absolute; 
  margin-top: 20rpx; 
  right: 52.5%;
  background: rgba(0,0,0,0.60); 
  border-bottom-left-radius: 25rpx;
  border-top-left-radius: 25rpx;
}
.groupproduct .newTips .newTipsText {
  color: #FFFFFF;
  font-family: PingFang SC;
  font-size: 20rpx;
  line-height: 20rpx;
  margin-left: 10rpx;
}


.headerIcon {
  width: 40rpx;
  height: 40rpx;
  border-radius: 20rpx; 
  background: white;
  margin-left: -18rpx;
}

.groupproductTitle {
  margin-top: 21rpx;
  margin-bottom: 1rpx;
  color: #444444;
  font-family: PingFang SC;
  font-size: 24rpx;
  line-height: 30rpx;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60rpx;
  text-align: center;
}

.grouppriceContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 14rpx;
  height: 34rpx;
}

.grouppriceContainer .grouppriceicon {
  width: 26rpx;
  height: 26rpx;
}

.grouppriceContainer .groupprice1 {
  font-size: 24rpx;
  color:#D0021B;
  margin-left: 14rpx;
}

.grouppriceContainer .groupprice2 {
  margin-left: 12rpx;
  font-size: 18rpx;
  color: #b0b0b0;
  text-decoration: line-through;
}

.buybutton{
  width: 160rpx;
  height: 60rpx;
  display: flex; 
  align-items: center;
  justify-content: center;
  margin-top: 28rpx;
}

 .buybutton .buybuttonText{
  width: 160rpx;
  height: 60rpx;
  font-size: 24rpx;
  color: #FFFFFF;
  text-align: center;
  background: #D0021B;
  line-height: 60rpx;
  border-radius: 30rpx; 
}

.buySpace {
  height: 20rpx;
  width:100%;
}