shoppingCartOneProductCell.wxss 3.9 KB

.pollGoodContainer {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.selectBtn {
  width: 40rpx;
  height: 40rpx;
  margin-left: 30rpx;
}

.goodsImage {
  width: 150rpx;
  height: 200rpx;
  margin-left: 30rpx;
  margin-top: 20rpx;
}

.gift-tag-image {
  width: 150rpx;
  height: 24rpx;
  position: absolute;
  bottom: 0;
}

.goodsInfoContainer {
  direction: flex;
  flex-direction: column;
  height: 100%;
  left: 280rpx;
  margin-top: 0;
  margin-left: 30rpx;
}

.productName {
  font-family: PingFang SC;
  margin-top: 36rpx;
  width: 323rpx;
  font-size: 26rpx;
  text-align: left;
  direction: flex;
  color: #444;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 34rpx;
}

.productColorSizeString {
  font-family: PingFang SC;
  height: 23rpx;
  font-size: 24rpx;
  line-height: 1.25;
  text-align: left;
  color: #b0b0b0;
  margin-top: 20rpx;
  overflow: hidden;
  text-overflow: ellipsis;
}

.priceContainer {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  margin-top: 20rpx;
  align-items: center;
}

.current-old-price-container {
  display: flex;
}

.goodsPriceString {
  font-size: 26rpx;
  color: #d0021b;
}

.oldPrice {
  font-size: 26rpx;
  margin-left: 10rpx;
  color: #b0b0b0;
  text-decoration: line-through;
}

.buyNumbText {
  position:absolute;
  right: 20rpx;
  top: 80rpx;
  height: 20rpx;
  font-family: PingFang-HK;
  font-size: 26rpx;
  color: #b0b0b0;
}

.goodsInfoEditContainer {
  position: absolute;
	width: 350rpx;
	height: 130rpx;
	border-radius: 6rpx;
	border: solid 1px #e0e0e0;
  left: 280rpx;
}

.cutPlusContainer {
  width: 350rpx;
	height: 66rpx;
  border-bottom: solid 1px #e0e0e0;
  display: flex;
  flex-direction: row;
}

.colorSizeContainer{
  width: 350rpx;
	height: 64rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}

.colorSizeText {
	font-family: PingFang SC;
	font-size: 24rpx;
	color: #444444;
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.cutPlusView {
  width: 70rpx;
  height: 66rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

.numberText {
	font-family: Helvetica;
	font-size: 28rpx;
	color: #444444;
}

.colorSizeView{
  width: 280rpx;
  height: 64rpx;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrowImage {
  width: 28rpx;
  height: 16rpx;
}

.cellDeleteBtn {
  position: absolute;
  display: flex;
  right: -140rpx;
  top: 0rpx;
  height: 240rpx;
  line-height: 240rpx;
  width: 140rpx;
  background-color: #d0021b;
  align-items: center;
  justify-content: center;
}

.cellDeleteText{
	font-family: PingFang SC;
	font-size: 32rpx;
	text-align: center;
	color: #ffffff;
}

.bundleGoodSizeInfoContainer {
  width: 350rpx;
	height: 64rpx;
  margin-left: 280rpx;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: solid 1px #e0e0e0;
  border-radius: 6rpx;
}

.bundleGoodSizeText {
  font-family: PingFang SC;
	font-size: 24rpx;
  text-align: center;
  width: 276rpx;
  margin-left: 10rpx;
	color: #444444;
  display:-webkit-box;
  -webkit-line-clamp:1;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

.bundleGoodArrowImage {
  width: 27rpx;
  height: 16rpx;
  margin-right: 20rpx;
}

.reduceStringontainer {
  height: 28rpx;
  border-radius: 3px;
  margin-left: 10rpx;
  background-color: #d0021b;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reduceString {
  font-family: PingFang-HK;
  font-size: 18rpx;
  text-align: center;
  color: white;
  padding: 0 10rpx;
}