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 {