shoppingCartFooterView.wxss 1.48 KB
.shoppingCartFooterContainer {
  position: fixed;
  background-color:white;
  width:100%;
  height:64px;
  display:flex;
  flex-direction:row;
  justify-content: space-between;
  z-index: 99;
  bottom: 0px;
  align-items: center;
}

.selectAllContainer {
  display:flex;
  flex-direction:column;
}

.selectAllText {
	height: 11.5px;
	font-family: PingFang-SC;
	font-size: 12px;
	line-height: 1.67;
	color: #444444;
  margin-left: 15px;
  margin-top: 3px;
}
.settlementContainer {
  display:flex;
  flex-direction:row;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 12px;
  justify-content: flex-end;
  width: 85%;
}

.totalCostContainer {
  display:flex;
  flex-direction:column;
  align-items: flex-end;
}

.totalCostText {
	height: 16.5px;
	font-family: PingFang-SC;
	font-size: 17px;
	line-height: 1.18;
	color: #d0021b;
}

.freightTipText {
	height: 11.5px;
	font-family: PingFang-SC;
	font-size: 12px;
	line-height: 1.67;
	color: #b0b0b0;
}

.paymentContainer{
	width: 84px;
	height: 44px;
	border-radius: 3px;
	background-color: #d0021b;
  text-align: center;
  margin-right: 14px;
  margin-left: 12px;
}

.paymentText{
	font-family: PingFang-SC;
	font-size: 14px;
	color: #ffffff;
  line-height: 44px;
}

.moveToFavContainer {
	width: 84px;
	height: 44px;
	border-radius: 3px;
	background-color: black;
  text-align: center;
  margin-right: 14px;
}

.deleteContainer {
	width: 84px;
	height: 44px;
	border-radius: 3px;
	background-color: #d0021b;
  text-align: center;
  margin-right: 14px;
}