From ed4459f0045203c915ae90b08dae244a07f40529 Mon Sep 17 00:00:00 2001 From: Ge Hao Date: Fri, 17 Feb 2017 11:17:52 +0800 Subject: [PATCH] =?UTF-8?q?cart=20=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/cart/cart.wxml | 12 ++++++------ pages/cart/cart.wxss | 6 +++++- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/pages/cart/cart.wxml b/pages/cart/cart.wxml index d59ca6a..f948962 100644 --- a/pages/cart/cart.wxml +++ b/pages/cart/cart.wxml @@ -1,4 +1,4 @@ - + - + - + - + diff --git a/pages/cart/cart.wxss b/pages/cart/cart.wxss index da17947..0924faf 100644 --- a/pages/cart/cart.wxss +++ b/pages/cart/cart.wxss @@ -114,7 +114,7 @@ .billing-btn { z-index:2; position: fixed; - bottom: 0; + bottom: 100rpx; width: 100%; } @@ -145,4 +145,8 @@ .use-coupon .red { color: red; +} + +.bottom-blank { + } \ No newline at end of file