cart.wxss 3.8 KB
@import "../goodkind/goodkind.wxss";

page {
  background: #f9f9f9;
}

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

.cartboxitemright {
  margin-left: 1rpx;
}

.cartboxitemleft image {
  width: 100%;
  height: 100%;
}

.cartboxitem {
  display: flex;
  align-items: center;
  padding: 24rpx 18rpx;
  box-sizing: border-box;
}

.goodkindleftimg {
  width: 284rpx;
  height: 284rpx;
  font-size: 0;
}

.songk {
  width: 42rpx;
  height: 42rpx;
  font-size: 0;
  margin: 126rpx 12rpx 0;
}

.goodkindpriceleft {
  font-size: 32rpx;
}

.goodkindpriceright {
  font-size: 24rpx;
  margin-left: 43rpx;
}

.goodkindnumleft {
  width:47rpx;
  height: 34rpx;
  font-size: 0;
  margin: 14rpx;
  box-sizing: border-box;
}

.goodkindnumleft image {
  width: 100%;
  height: 100%;
}
.xuancar{
  width:77rpx;
  height:200rpx;
 
}
.goodkind {
  display: flex;
  justify-content: flex-end;
  margin-top:14rpx;
}

.goodkindnum {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #f9f9f9;
  border:1rpx solid #f9f9f9;
  /* justify-content: space-between; */
  /* width: 148px;
  height: 56px;
  background: #F9F9F9; */
}

.goodnum {
  width:79rpx;
  height:79rpx;
  background: #fff;
  line-height:79rpx;
  text-align: center;
  color:26rpx;
  font-size: 26rpx;
  /* border-top:2rpx solid #f9f9f9;
  border-bottom:2rp solid #f9f9f9; */

}
.cartbox{
  padding-bottom: 100rpx;
}

.cartboxitem {
  background: #fff;
  margin-bottom: 24rpx;
}

.cartbottom {
  display: flex;
}

.cartbottom {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  height: 88rpx;
}

.cartbottomleft {
  width: 470rpx;
  display: flex;
  align-items: center;
  padding: 28rpx 32rpx;
  box-sizing: border-box;
  background: #fff;
}

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

.cartbottomleftname {
  color: #5b5e63;
  font-size: 28rpx;
  margin-left:24rpx;
}

.cartbottomright {
  width: 280rpx;
  height: 88rpx;
  background: rgba(255, 90, 78, 1);
  opacity: 1;
  color: #fff;
  font-size: 32rpx;
  text-align: center;
  line-height: 88rpx;
}

/* 删除成功 */

.delwrap {
  width: 240rpx;
  height: 240rpx;
  background: #3a3a3a;
  border-radius: 4rpx;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.delsuccess {
  width: 72rpx;
  height: 72rpx;
  font-size: 0;
  margin: 58rpx auto 0;
}

.delsuccess image {
  width: 100%;
  height: 100%;
}

.delname {
  color: #fff;
  font-size: 28rpx;
  text-align: center;
  margin-top: 16rpx;
}

.delcartwrap {
  width: 540rpx;
  height: 250rpx;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
  border-radius: 16rpx;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.delcatname {
  color: #232323;
  font-size: 30rpx;
  margin-top: 60rpx;
  text-align: center;
}

.delbottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 84rpx;
  border-top: 1rpx solid #f5f5f5;
  margin-top: 62rpx;
}

.delbottomleft {
  width: 274rpx;
  text-align: center;
  border-right: 1rpx solid #f5f5f5;
  color: #666;
  font-size: 30rpx;
  height: 84rpx;
  line-height: 84rpx;
}

.delbottomright {
  width: 274rpx;
  color: #ff5a4e;
  font-size: 30rpx;
  text-align: center;
  height: 84rpx;
  line-height: 84rpx;
}
.cartbottomleftsel{
    width:32rpx;
    height:32rpx;
    font-size: 0
}
.cartbottomleftsel image{
  width:100%;
  height:100%;
}
.manageimg{
  width:31rpx;
  height:31rpx;
  font-size: 0;
}
.manageimg image{
  width:100%;
  height:100%;
}
.guanli{
  color:#BDC4CE;
  font-size: 18rpx;
  margin-top:4rpx;
}
.manage{
  display:flex;
  justify-content: flex-end;
  padding:12rpx 32rpx;
  box-sizing: border-box;
}
.totalmoney{
  color:#FF5A4E;
  font-size: 30rpx;
  font-weight: bold;
}