.shoppingCart .labelNav { height: 76rpx; padding: 0 30rpx; font-size: 22rpx; color: #8c8c8c; position: fixed; left: 0; width: 100%; box-sizing: border-box; background-color: #f5f5f5; z-index: 5; } .shoppingCart .labelNav .item .iconfont { font-size: 25rpx; margin-right: 10rpx; } .shoppingCart .nav { width: 100%; height: 80rpx; background-color: #fff; padding: 0 30rpx; box-sizing: border-box; font-size: 28rpx; color: #282828; position: fixed; left: 0; z-index: 5; } .shoppingCart .nav .administrate { font-size: 26rpx; color: #282828; width: 110rpx; height: 46rpx; border-radius: 6rpx; border: 1px solid #868686; } .shoppingCart .noCart { margin-top: 171rpx; background-color: #fff; padding-top: 0.1rpx; } .shoppingCart .noCart .pictrue { width: 414rpx; height: 336rpx; margin: 78rpx auto 56rpx auto; } .shoppingCart .noCart .pictrue image { width: 100%; height: 100%; } .shoppingCart .list { margin-top: 171rpx; } .shoppingCart .list .item { padding: 25rpx 30rpx; background-color: #fff; margin-bottom: 15rpx; } .shoppingCart .list .item .picTxt { width: 627rpx; position: relative; } .shoppingCart .list .item .picTxt .pictrue { width: 160rpx; height: 160rpx; } .shoppingCart .list .item .picTxt .pictrue image { width: 100%; height: 100%; border-radius: 6rpx; } .shoppingCart .list .item .picTxt .text { width: 444rpx; font-size: 28rpx; color: #282828; } .shoppingCart .list .item .picTxt .text .infor { font-size: 24rpx; color: #868686; margin-top: 16rpx; } .shoppingCart .list .item .picTxt .text .money { font-size: 32rpx; color: #282828; margin-top: 28rpx; } .shoppingCart .list .item .picTxt .carnum { height: 47rpx; position: absolute; bottom: 7rpx; right: 0; } .shoppingCart .list .item .picTxt .carnum view { border: 1rpx solid #a4a4a4; width: 66rpx; text-align: center; height: 100%; line-height: 40rpx; font-size: 28rpx; color: #a4a4a4; } .shoppingCart .list .item .picTxt .carnum .reduce { border-right: 0; border-radius: 3rpx 0 0 3rpx; } .shoppingCart .list .item .picTxt .carnum .reduce.on { border-color: #e3e3e3; color: #dedede; } .shoppingCart .list .item .picTxt .carnum .plus { border-left: 0; border-radius: 0 3rpx 3rpx 0; } .shoppingCart .list .item .picTxt .carnum .num { color: #282828; } .shoppingCart .invalidGoods { background-color: #fff; } .shoppingCart .invalidGoods .goodsNav { width: 100%; height: 66rpx; padding: 0 30rpx; box-sizing: border-box; font-size: 28rpx; color: #282828; } .shoppingCart .invalidGoods .goodsNav .iconfont { color: #424242; font-size: 28rpx; margin-right: 17rpx; } .shoppingCart .invalidGoods .goodsNav .del { font-size: 26rpx; color: #999; } .shoppingCart .invalidGoods .goodsNav .del .icon-shanchu1 { color: #999; font-size: 33rpx; vertical-align: -2rpx; margin-right: 8rpx; } .shoppingCart .invalidGoods .goodsList .item { padding: 20rpx 30rpx; border-top: 1rpx solid #f5f5f5; } .shoppingCart .invalidGoods .goodsList .item .invalid { font-size: 22rpx; color: #fff; width: 70rpx; height: 36rpx; background-color: #aaa; border-radius: 3rpx; text-align: center; line-height: 36rpx; } .shoppingCart .invalidGoods .goodsList .item .pictrue { width: 140rpx; height: 140rpx; } .shoppingCart .invalidGoods .goodsList .item .pictrue image { width: 100%; height: 100%; border-radius: 6rpx; } .shoppingCart .invalidGoods .goodsList .item .text { width: 433rpx; font-size: 28rpx; color: #999; height: 140rpx; } .shoppingCart .invalidGoods .goodsList .item .text .infor { font-size: 24rpx; } .shoppingCart .invalidGoods .goodsList .item .text .end { font-size: 26rpx; color: #bbb; } .shoppingCart .footer { width: 100%; height: 96rpx; background-color: #fafafa; position: fixed; bottom: 0; padding: 0 30rpx; box-sizing: border-box; border-top: 1rpx solid #eee; } .shoppingCart .footer .checkAll { font-size: 28rpx; color: #282828; margin-left: 16rpx; } .shoppingCart .footer checkbox .wx-checkbox-input { background-color: #fafafa; } .shoppingCart .footer .money { font-size: 30rpx; } .shoppingCart .footer .placeOrder { color: #fff; font-size: 30rpx; width: 226rpx; height: 70rpx; border-radius: 50rpx; text-align: center; line-height: 70rpx; margin-left: 22rpx; } .shoppingCart .footer .button .bnt { font-size: 28rpx; color: #999; border-radius: 50rpx; border: 1px solid #999; width: 160rpx; height: 60rpx; text-align: center; line-height: 60rpx; } .shoppingCart .footer .button form ~ form { margin-left: 17rpx; }