shoppingCartGiftOrPriceCell.ttss 1.31 KB
.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: PingFang SC;
	font-size: 32rpx;
	color: #444444;
  margin-left: 30rpx;
}

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

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

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

.bottonGray {
  width: 100%;
  height: 15rpx;
  background-color: #f0f0f0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cellLine {
  width: 650rpx;
  height: 2rpx;
  margin-left: 100rpx;
  z-index: 999;
  transform: scaleY(0.5);
  background-color: #e0e0e0;
}