From 6ba0bed49f95043b92b613ac6054b8f47b6e8c01 Mon Sep 17 00:00:00 2001 From: yvan.ni <765199919@qq.com> Date: Thu, 17 Oct 2019 10:03:25 +0800 Subject: [PATCH] 购物车的bug修改 --- pages/cart/cart/cart.wxml | 20 +++++++++++++++----- pages/cart/cart/cart.wxss | 6 ++++++ 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/pages/cart/cart/cart.wxml b/pages/cart/cart/cart.wxml index de9f2d5..90a70de 100644 --- a/pages/cart/cart/cart.wxml +++ b/pages/cart/cart/cart.wxml @@ -19,22 +19,30 @@ - + + + + {{item.pname}} + - + + + 自选 自提 物流 + @@ -66,9 +74,11 @@ - - - 全选 + + + + + 全选 diff --git a/pages/cart/cart/cart.wxss b/pages/cart/cart/cart.wxss index 26e8350..5d683bd 100644 --- a/pages/cart/cart/cart.wxss +++ b/pages/cart/cart/cart.wxss @@ -286,3 +286,9 @@ radio { background-color: rgb(255, 72, 72); border-radius: 40rpx; } + +.icon_no_sele{ display: inline-block; width: 39rpx; height: 39rpx; border: 1rpx solid #ddd; border-radius: 50%} +.icon_no_sele2{width: 39rpx; height: 39rpx; border: 1rpx solid #ddd; border-radius: 50%; margin-top: 20rpx; + margin-left: 30rpx; margin-right: 25rpx} + +.mlr{ margin-left: 25rpx; margin-right: 20rpx} -- libgit2 0.21.4