shoppingCartProductCell.ttss 4.63 KB
/* shoppingCartProductCell.wxss */

.commonProductCellContainer {
  display: flex;
  width: 100%;
  flex-direction: column;
  background-color: white;
}

.promotionViewContainer {
  padding-top: 20rpx;
}

.promotionCell {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-left: 30rpx;
  margin-right: 30rpx;
  margin-bottom: 20rpx;
  align-items: center;
  justify-content: space-between;
}

.promotionTitleContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.viewCenterStyle {
  align-items: center;
  display: flex;
}

.promotionRightContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
}

.subPromotionCell {
  display: flex;
  flex-direction: row;
  position: relative;
  margin: 20rpx 30rpx 20rpx 100rpx;
  align-items: center;
  justify-content: space-between;
}

.subPromotionTypeString {
  font-size: 18rpx;
  text-align: center;
  color: #ff575c;
  border: solid 1px #ff575c;
  border-radius: 6rpx;
  padding: 4rpx 16rpx;
}

.promotionIcon {
  width: 30rpx;
  height: 30rpx;
}

.promotionDesc {
  font-size: 26rpx;
  text-align: left;
  color: #444;
  margin-left: 9rpx;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.statuString {
  font-size: 24rpx;
  text-align: right;
  color: #ff575c;
}

.statuStringSeldOut {
  font-size: 24rpx;
  text-align: right;
  color: #ff575c;
}

.rightArrow {
  width: 30rpx;
  height: 30rpx;
}

.promotioMoreArrowContainer {
  width: 100%;
  height: 12rpx;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 20rpx;
}

.promotioMoreArrow {
  width: 20rpx;
  height: 12rpx;
}

.poolGoodCellContainer {
  /* position: relative; */
  width: 100%;
  height: 240rpx;
  background-color: white;
  display: flex;
  flex-direction: column;
}

.infoContainer {
  z-index: 5;
  transition: left 0.2s ease-in-out;
  text-overflow: ellipsis;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 240rpx;
  background-color: white;
  overflow: visible;
}

.deleteContainer {
  z-index: 4;
}

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

.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;
}


.bundleHeaderView {
  display: flex;
  flex-direction: column;
  padding: 20rpx 30rpx;
}

.titleContainer {
  flex-direction: row;
  align-items: center;
  height: 40rpx;
  justify-content: space-between;
  display: flex;
}

.leftTitleContainer {
  flex-direction: row;
  display: flex;
}

.selectStatusImage {
  width: 40rpx;
  height: 40rpx;
  margin-left: 0;
  margin-top: 0;
}

/* 优惠套装 */

.bundleFirstTitle {
  font-size: 18rpx;
  font-family: PingFang-SC;
  padding: 6rpx 12rpx;
  color: white;
  background-color: #d0021b;
  border-radius: 3px;
  margin-left: 30rpx;
}

.bundleTitle {
  font-size: 26rpx;
  text-align: left;
  color: #444;
  margin-left: 16rpx;
  align-self: center;
  width: 420rpx;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bundleBuyNumbText {
  font-family: PingFang HK;
  font-size: 26rpx;
  color: #b0b0b0;
  right: 0;
}

.editNumberContainer {
  flex-direction: row;
  align-items: center;
  height: 65rpx;
  justify-content: space-between;
  display: flex;
  margin-top: 10rpx;
}

.bundleEidtLeftContainer {
  margin-left: 70rpx;
  display: flex;
  flex-direction: row;
}

.bundleNumber {
  font-size: 26rpx;
  text-align: left;
  color: #444;
  align-self: center;
}

.bundleEidtView {
  margin-left: 78rpx;
  width: 350rpx;
  height: 65rpx;
  border: solid 1px #e0e0e0;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
}

.reduceActionBtn {
  width: 68rpx;
  height: 65rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}

.addActionBtn {
  width: 68rpx;
  height: 65rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buyNumberActionText {
  width: 210rpx;
  height: 65rpx;
  border-left: solid 1px #e0e0e0;
  border-right: solid 1px #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.buyNumberActionText .currentNumber {
  font-size: 28rpx;
  font-family: PingFang-SC;
  text-align: center;
  color: #444;
  display: flex;
}

.reduceImage {
  width: 24rpx;
  height: 4rpx;
}

.addImage {
  width: 24rpx;
  height: 24rpx;
}

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