From aab086265bdc448f5c5e889bac8f54643e863289 Mon Sep 17 00:00:00 2001 From: yvan.ni <765199919@qq.com> Date: Mon, 5 Oct 2020 10:21:11 +0800 Subject: [PATCH] 1 购物车的样式的修复 --- custom-tab-bar/index.wxml | 6 +++--- custom-tab-bar/index.wxss | 2 +- pages/cart/cart/cart.wxss | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/custom-tab-bar/index.wxml b/custom-tab-bar/index.wxml index fceecd7..f5dcea0 100644 --- a/custom-tab-bar/index.wxml +++ b/custom-tab-bar/index.wxml @@ -1,13 +1,13 @@ - + {{cartGoodsNum}} - + - + {{item.nav_name}} diff --git a/custom-tab-bar/index.wxss b/custom-tab-bar/index.wxss index fc2bddc..571e147 100644 --- a/custom-tab-bar/index.wxss +++ b/custom-tab-bar/index.wxss @@ -6,7 +6,7 @@ } .tab_img{display: flex; justify-content: center;align-items: center} .nav_imgage{ - height: 54rpx; width: 54rpx;background-position: center;background-repeat: no-repeat;background-size: auto 85%; + height: 58rpx; width: 58rpx;background-position: center;background-repeat: no-repeat;background-size: auto 92%; } .cart_num{ top:0;background-color: red;color: #fff;font-size: 20rpx;border-radius: 50%;width: 40rpx;line-height:40rpx;height: 40rpx;position: absolute;z-index: 100;right:30rpx; diff --git a/pages/cart/cart/cart.wxss b/pages/cart/cart/cart.wxss index 676fff5..29e91c9 100644 --- a/pages/cart/cart/cart.wxss +++ b/pages/cart/cart/cart.wxss @@ -142,7 +142,7 @@ radio { height: 110rpx; position: fixed; left: 0; - bottom: 130rpx; + bottom: 110rpx; font-size: 28rpx; color: #666; background-color: rgb(255, 255, 255); -- libgit2 0.21.4