diff --git a/common/css/page.css b/common/css/page.css index 4ad7118e..1ae3ee5a 100644 --- a/common/css/page.css +++ b/common/css/page.css @@ -1040,11 +1040,11 @@ button[disabled].bg-gray { .goods-data-grid-list .item .error-msg, .goods-data-grid-list .item .goods-img { - height: 380rpx !important; + height: 341rpx !important; } .goods-data-grid-list .item .error-msg { - line-height: 380rpx; + line-height: 341rpx; } /** diff --git a/components/cart/cart.vue b/components/cart/cart.vue index c27596fc..8eae6291 100644 --- a/components/cart/cart.vue +++ b/components/cart/cart.vue @@ -102,7 +102,7 @@ {{data_list_loding_msg || '购物车空空如也'}} - + @@ -116,9 +116,9 @@ - 猜你喜欢 - + 猜你喜欢 + @@ -852,7 +852,7 @@ * 空购物车 */ .cart-no-data-box { - padding: 30% 0 40rpx 0; + padding: 100rpx 0 40rpx 0; } .cart-no-data-box image { @@ -931,7 +931,6 @@ position: relative; text-align: center; display: inline-block; - padding-bottom: 24rpx; } .guess-like::before, diff --git a/components/goods-list/goods-list.vue b/components/goods-list/goods-list.vue index c648fc8c..f5f95adc 100644 --- a/components/goods-list/goods-list.vue +++ b/components/goods-list/goods-list.vue @@ -59,7 +59,7 @@ - + {{item.error_msg}} {{item.title}} @@ -167,7 +167,7 @@ return { data: null, is_show_cart: false, - themeColor: app.globalData.get_theme_color() + themeColor: app.globalData.get_theme_color(), }; }, components: {