cart.wxss 2.6 KB
.cartbox {
  padding: 24rpx;
  box-sizing: border-box;
  color: #5b5e63;
  font-size: 28rpx;
}

.gouwuche {
  border-bottom: 24rpx solid #f9f9f9;
}

.cartbigboxz {
  padding-bottom: 186rpx;
}

.cartbboxitem {
  display: flex;
  align-items: center;
  /* border-bottom: 1rpx solid #f5f5f5;
  padding-bottom: 48rpx; */
}

.cartboxitemleft {
  width: 32rpx;
  height: 32rpx;
  font-size: 0;
}

.cartboxhead {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 14rpx 36rpx;
  box-sizing: border-box;
  border-bottom: 24rpx solid #f9f9f9;
}

.managerlist {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  /* padding: 14rpx 26rpx;
  box-sizing: border-box;
  border-bottom: 24rpx solid #f9f9f9; */
}

.del {
  width: 180rpx;
  height: 60rpx;
  background: #fb6324;
  color: #fff;
  font-size: 22rpx;
  text-align: center;
  line-height: 60rpx;
  border-radius: 16rpx;
  margin-right: 60rpx;
}

.cartboxheadright {
  width: 35rpx;
  height: 35rpx;
  font-size: 0;
  margin-right: 5rpx;
}

.cartboxrightname {
  color: #bdc4ce;
  font-size: 22rpx;
  margin-top: 6rpx;
}

.videoitemimg {
  width: 640rpx;
  height: 360rpx;
  font-size: 0;
  position: relative;
}

.videoitemimgp {
  width: 640rpx;
  height: 212rpx;
  font-size: 0;
}

.cartboxitemright {
  margin-left: 24rpx;
}

.cartboxitembottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24rpx;
}

.cartboxitemrightone {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  height: 60rpx;
  padding: 0 24rpx;
  box-sizing: border-box;
}

.cartxuansan {
  width: 28rpx;
  height: 30rpx;
  font-size: 0;
}

.picxian {
  margin-right: 20rpx;
  box-sizing: border-box;
}

.money {
  color: #ea322b;
  font-size: 32rpx;
  font-weight: bold;
  margin-top: 15rpx;
}

.cartfoot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  box-sizing: border-box;
  height: 88rpx;
  position: fixed;
  bottom:106rpx;
  left: 0;
}

.cartfootleft {
  width: 470rpx;
  height: 88rpx;
  padding: 0 32rpx;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #fff;
}

.cartfootlefimg {
  width: 32rpx;
  height: 32rpx;
  font-size: 0;
  margin-top: 5rpx;
}

.cartfootlefthe {
  margin-left: 24rpx;
  color: #ea322b;
  font-size: 28rpx;
  font-weight: bold;
}

.cartfootright {
  width: 280rpx;
  background: #fb6324;
  font-size: 32rpx;
  color: #fff;
  text-align: center;
  height: 88rpx;
  line-height: 88rpx;
}

.cartboxitembotleft {
  color: #06121e;
  font-size: 28rpx;
  font-weight: bold;
}