priceCell.wxss 809 Bytes
.priceCellContainer {
  padding-top: 30rpx;
  padding-bottom: 30rpx;
  border-bottom: 2rpx solid  #EEEEEE;
}

.priceItem {
  margin-bottom: 20rpx;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.priceLeft {
  /* width: 140rpx; */
  font-family: PingFang-SC-Regular;
  font-size: 28rpx;
  color: #000000;
  letter-spacing: 0;
}

.priceRight {
  font-family: SFProText-Regular;
  font-size: 28rpx;
  color: #000000;
  letter-spacing: 0;
  text-align: right;
}

.priceRightTwo {
  font-family: DINAlternate-Bold;
  font-weight: 500;
  font-size: 36rpx;
  color:  #D0021B;
  letter-spacing: 0;
  text-align: right;
  max-width: 400rpx;
}


.priceInfo {
  font-family: PingFang-SC-Regular;
  font-size: 24rpx;
  color: #999999;
}
.des-store{
  background: #F0F0F0;
  padding:20rpx;
}