From f5556232aa9a683bf381dd033d3cec3b8bb43fee Mon Sep 17 00:00:00 2001 From: Junling Bu Date: Sat, 10 Nov 2018 20:59:02 +0800 Subject: [PATCH] =?UTF-8?q?chore[litemall-wx]:=20=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../groupon/grouponList/grouponList.json | 2 +- .../groupon/grouponList/grouponList.wxss | 12 +++------ litemall-wx/pages/index/index.wxml | 13 +++------- litemall-wx/pages/index/index.wxss | 26 +++---------------- .../groupon/grouponList/grouponList.wxss | 12 +++------ 5 files changed, 14 insertions(+), 51 deletions(-) diff --git a/litemall-wx/pages/groupon/grouponList/grouponList.json b/litemall-wx/pages/groupon/grouponList/grouponList.json index aff9451f..43f28ddf 100644 --- a/litemall-wx/pages/groupon/grouponList/grouponList.json +++ b/litemall-wx/pages/groupon/grouponList/grouponList.json @@ -1,6 +1,6 @@ { "navigationBarTitleText": "团购专区", "usingComponents": { - "zan-capsule": "../../../lib/zanui-weapp/capsule/index" + "zan-capsule": "/lib/zanui-weapp/capsule/index" } } \ No newline at end of file diff --git a/litemall-wx/pages/groupon/grouponList/grouponList.wxss b/litemall-wx/pages/groupon/grouponList/grouponList.wxss index 6f0e9526..8ddb26f1 100644 --- a/litemall-wx/pages/groupon/grouponList/grouponList.wxss +++ b/litemall-wx/pages/groupon/grouponList/grouponList.wxss @@ -11,17 +11,11 @@ page ,.container{ background: #f4f4f4; } -.groupon-list { - width: 750rpx; - height: auto; - overflow: hidden; -} - .groupon-list .item { - border-top: 1px solid #d9d9d9; - margin: 0 20rpx; height: 244rpx; - width: 710rpx; + width: 100%; + background: #fff; + margin-bottom: 20rpx; } .groupon-list .img { diff --git a/litemall-wx/pages/index/index.wxml b/litemall-wx/pages/index/index.wxml index 00ac5b88..58bb08bd 100644 --- a/litemall-wx/pages/index/index.wxml +++ b/litemall-wx/pages/index/index.wxml @@ -137,9 +137,7 @@ - - {{item.name}} - + {{item.name}} @@ -151,12 +149,9 @@ - - - {{'更多'+item.name+'好物'}} - - - + + {{'更多'+item.name+'好物 >'}} + \ No newline at end of file diff --git a/litemall-wx/pages/index/index.wxss b/litemall-wx/pages/index/index.wxss index 61e9d8a8..ba2b353e 100644 --- a/litemall-wx/pages/index/index.wxss +++ b/litemall-wx/pages/index/index.wxss @@ -439,30 +439,10 @@ color: #AB956D; } -.good-grid .more-item{ - height: 100%; - width: 100%; -} - -.more-a{ - height: 100%; - width: 100%; +.good-grid .t { + height: 100rpx; + background: #fff; display: flex; - flex-direction: column; align-items: center; justify-content: center; } - -.good-grid .more-a .txt{ - height: 33rpx; - width: 100%; - line-height: 33rpx; - color: #333; - font-size: 33rpx; -} - -.good-grid .more-a .icon{ - margin: 60rpx auto 0 auto; - width: 70rpx; - height: 70rpx; -} \ No newline at end of file diff --git a/renard-wx/pages/groupon/grouponList/grouponList.wxss b/renard-wx/pages/groupon/grouponList/grouponList.wxss index 6f0e9526..8ddb26f1 100644 --- a/renard-wx/pages/groupon/grouponList/grouponList.wxss +++ b/renard-wx/pages/groupon/grouponList/grouponList.wxss @@ -11,17 +11,11 @@ page ,.container{ background: #f4f4f4; } -.groupon-list { - width: 750rpx; - height: auto; - overflow: hidden; -} - .groupon-list .item { - border-top: 1px solid #d9d9d9; - margin: 0 20rpx; height: 244rpx; - width: 710rpx; + width: 100%; + background: #fff; + margin-bottom: 20rpx; } .groupon-list .img {