home-group-booking.ttss 1.17 KB
.activity-container-footer {
  white-space: nowrap;
}
.group-product-item{
  width: 188rpx;
  height: wrap;
  display: inline-block;
  margin-left: 30rpx;
  padding-bottom: 20rpx;
  padding-top: 20rpx;
}
.group-product-image{
  width: 100%;
  height: 250rpx;
}
.group-product-name{
  font-family: PingFang-SC-Medium;
  font-size: 24rpx;
  color: #444444;
  letter-spacing: 0;
  text-align: center;
  margin-top: 16rpx;
  font-weight: bold;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width: 100%
}
.group-product-price-container{
  widows: wrap;
  height: 28rpx;
  display: flex;
  /* flex-direction: row; */
  align-items: center;
  justify-content: center;
  margin-top: 16rpx;
}
.group-product-price{
  font-family: PingFang-SC-Medium;
  font-size: 24rpx;
  color: #D0021B;
  letter-spacing: 0;
  font-weight: bold
}
.group-product-market-price{
  font-family: PingFang-SC-Medium;
  font-size: 18rpx;
  color: #B0B0B0;
  letter-spacing: 0;
  margin-left: 10rpx;
  text-decoration: line-through
}
.group-product-joinnum{
  font-family: PingFang-SC-Medium;
  font-size: 9px;
  color: #B0B0B0;
  letter-spacing: 0;
  margin-top: 16rpx;
  text-align: center;
  width: 100%;
}