shoppingCartGiftOrPriceCell.wxss 967 Bytes
.piftOrPriceContainer {
    display:flex;
    width: 100%;
    flex-direction: column;
    background-color: white;
}

.piftOrPriceCell {
    width: 100%;
    display: flex;
    flex-direction:row;
    height: 90rpx;
    align-items: center;
    align-content: center;
    position: relative;
    justify-content: space-between;
}

.piftOrPriceCell .cellContainer {
  display: flex;
  align-content: center;
  align-items: center;
}
.giftOrPriceIcon{
    width: 44rpx;
    height: 44rpx;
    margin-left: 30rpx;
}
.giftOrPriceTitle{
	font-family: PingFangSC;
	font-size: 32rpx;
	color: #444444;
  margin-left: 30rpx;
}

.giftOrPriceStatusString {
    margin-right: 16rpx;
    font-family: PingFangSC;
    font-size: 28rpx;
    color: #ff575c;
}

.giftOrPriceInvalidStatusString {
    margin-right: 63rpx;
    font-family: PingFangSC;
    font-size: 28rpx;
    color: #b0b0b0;
}

.giftOrPriceRightArrow {
    margin-right: 30rpx;
    width: 30rpx;
    height: 30rpx;
}