shoppingCartInvalidProductCell.wxss 841 Bytes
.invalidBtn {
	width: 32px;
	height: 15px;
  margin-left: 9px;
}

.cleanInvalidContainer{
    height: 60px;
    width: 100%;
    align-items: center;
    line-height: 60px;
    text-align: center;
}

.cleanInvalidText{
  width: 82px;
	height: 13.5px;
	font-family: STHeitiSC;
	font-size: 14px;
	font-weight: 300;
	line-height: 0.93;
	color: #444444;
	border-radius: 2px;
	border: solid 1px #b0b0b0;
  padding-left: 16px;
  padding-right: 16.5px;
  padding-top: 7.5px;
  padding-bottom: 9px;
}

.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: PingFangSC;
	font-size: 32rpx;
	text-align: center;
	color: #ffffff;
}