123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277 |
- .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;
- top: 137rpx;
- 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;
- text-align: center;
- }
- .shoppingCart .noCart .pictrue {
- width: 292rpx;
- height: 292rpx;
- margin: 78rpx auto 56rpx auto;
- }
- .shoppingCart .noCart .pictrue image {
- width: 100%;
- height: 100%;
- }
- .noCart_p{
- margin-top: 60rpx;
- font-size: 30rpx;
- font-family: PingFang SC, PingFang SC-Regular;
- font-weight: 400;
- color: #333333;
- }
- .shoppingCart .list {
- margin-top: 88rpx;
- }
- .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; */
- /* background-color: #DFDFDF; */
- width: 60rpx;
- text-align: center;
- height: 100%;
- line-height: 40rpx;
- font-size: 28rpx;
- color: #a4a4a4;
- border-radius: 4rpx;
- }
- .fontcolor{
- color: #D70615;
- font-size: 32rpx;
- }
- .shoppingCart .list .item .picTxt .carnum .reduce {
- border-right: 0;
- border-radius: 3rpx 0 0 3rpx;
- background-color: #DFDFDF;
- }
- .shoppingCart .list .item .picTxt .carnum .reduce.on {
- border-color: #F8F8F8;
- color: #DEDEDE;
- background-color: #F8F8F8;
- }
- .shoppingCart .list .item .picTxt .carnum .plus {
- border-left: 0;
- border-radius: 0 3rpx 3rpx 0;
- background-color: #DFDFDF;
- }
- .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;
- }
|