shoppingCartInvalidProductCell.ttss 1.05 KB
.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: PingFang SC;
	font-size: 32rpx;
	text-align: center;
	color: #ffffff;
}

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