home-hor-product-list.ttss 676 Bytes
.hor-product-container {
  white-space: nowrap;
}
.group-product-item{
  width: 186rpx;
  height: 296rpx;
  display: inline-block;
  margin-top: 30rpx;
  margin-left: 32rpx;
}
.group-product-image{
  width: 100%;
  height: 77%;
}
.group-product-name{
  width: 100%;
  text-align: center;
  color:#444444;
  font-size: 24rpx;
  font-family: PingFang SC;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  margin-top: 10rpx;
}
.group-product-price{
  width: 100%;
  height: 23%;
  text-align: center;
  line-height: 50rpx;
  color:#444444;
  font-size: 24rpx;
  font-family: PingFang SC;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}