This commit is contained in:
2026-04-14 17:38:46 +08:00
commit b71e6d6bae
2848 changed files with 237896 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,14 @@
{
"navigationBarTitleText": "购物车",
"usingComponents": {
"u-checkbox": "/components/uview-ui/components/u-checkbox/u-checkbox",
"shop-title": "/components/shop-title/shop-title",
"u-swipe-action": "/components/uview-ui/components/u-swipe-action/u-swipe-action",
"u-image": "/components/uview-ui/components/u-image/u-image",
"price-format": "/components/price-format/price-format",
"u-number-box": "/components/uview-ui/components/u-number-box/u-number-box",
"goods-column": "/components/goods-column/goods-column",
"u-modal": "/components/uview-ui/components/u-modal/u-modal",
"tabbar": "/components/tabbar/tabbar"
}
}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
.shop-cart .main{padding-bottom:100rpx}.shop-cart .cart-list .cart-item{margin:20rpx 20rpx 0;border-radius:10rpx}.shop-cart .cart-list .cart-item .goods-img{position:relative;border-radius:10rpx;overflow:hidden}.shop-cart .cart-list .cart-item .goods-img .invalid{position:absolute;width:100%;bottom:0;background-color:rgba(0,0,0,.4)}.shop-cart .cart-list .cart-item .info{max-width:400rpx}.shop-cart .cart-list .select{height:80rpx;padding:0 20rpx;border-bottom:1px solid #e5e5e5}.shop-cart .cart-null .btn{border:1px solid #ff2c3c;width:184rpx;margin-left:auto;margin-right:auto;padding:8rpx 24rpx}.shop-cart .footer{position:fixed;padding:0 24rpx;width:100%;height:100rpx;box-shadow:0 0 12px rgba(0,0,0,.1);bottom:calc(0px + 50px);margin-bottom:env(safe-area-inset-bottom);z-index:20}.shop-cart .footer .all-price{text-align:right;flex:1}.shop-cart .footer .right-btn{padding:13rpx 45rpx;background:linear-gradient(90deg,#f95f2f,#ff2c3c)}.shop-cart .login{height:calc(100vh - 0px);background:#fff;text-align:center}.shop-cart .login .btn{background-color:#09bb07;width:280rpx;line-height:70rpx;margin:40rpx auto 0}.shop-cart .login .btn image{width:50rpx;height:50rpx}