From 7f707a49fef7656549a94ac39b340f169a7c7c49 Mon Sep 17 00:00:00 2001 From: yvan.ni <765199919@qq.com> Date: Fri, 29 May 2020 11:26:00 +0800 Subject: [PATCH] 商品详情页面的底部按钮 --- pages/goods/goodsInfo/goodsInfo.wxss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pages/goods/goodsInfo/goodsInfo.wxss b/pages/goods/goodsInfo/goodsInfo.wxss index 32585e9..6448c7d 100644 --- a/pages/goods/goodsInfo/goodsInfo.wxss +++ b/pages/goods/goodsInfo/goodsInfo.wxss @@ -333,8 +333,11 @@ image { width: 29%; } -.join-cart>view.new_split { - width: 14%; +.join-cart>.new_split { + width: 13%; + text-align: center; + padding: 0; + margin: 0; } .cart-ico { -- libgit2 0.21.4