Commit f5556232 authored by Junling Bu's avatar Junling Bu
Browse files

chore[litemall-wx]: 样式调整

parent b7e32a66
{ {
"navigationBarTitleText": "团购专区", "navigationBarTitleText": "团购专区",
"usingComponents": { "usingComponents": {
"zan-capsule": "../../../lib/zanui-weapp/capsule/index" "zan-capsule": "/lib/zanui-weapp/capsule/index"
} }
} }
\ No newline at end of file
...@@ -11,17 +11,11 @@ page ,.container{ ...@@ -11,17 +11,11 @@ page ,.container{
background: #f4f4f4; background: #f4f4f4;
} }
.groupon-list {
width: 750rpx;
height: auto;
overflow: hidden;
}
.groupon-list .item { .groupon-list .item {
border-top: 1px solid #d9d9d9;
margin: 0 20rpx;
height: 244rpx; height: 244rpx;
width: 710rpx; width: 100%;
background: #fff;
margin-bottom: 20rpx;
} }
.groupon-list .img { .groupon-list .img {
......
...@@ -137,9 +137,7 @@ ...@@ -137,9 +137,7 @@
</view> </view>
<view class="good-grid" wx:for="{{floorGoods}}" wx:key="id"> <view class="good-grid" wx:for="{{floorGoods}}" wx:key="id">
<view class="h"> <view class="h">
<view> <text>{{item.name}}</text>
<text>{{item.name}}</text>
</view>
</view> </view>
<view class="b"> <view class="b">
<block wx:for="{{item.goodsList}}" wx:for-index="iindex" wx:for-item="iitem" wx:key="id"> <block wx:for="{{item.goodsList}}" wx:for-index="iindex" wx:for-item="iitem" wx:key="id">
...@@ -151,12 +149,9 @@ ...@@ -151,12 +149,9 @@
</navigator> </navigator>
</view> </view>
</block> </block>
<view class="item item-b item-more">
<navigator url="/pages/category/category?id={{item.id}}" class="more-a">
<view class="txt">{{'更多'+item.name+'好物'}}</view>
<image class="icon" src="../../static/images/icon_go_more.png" background-size="cover"></image>
</navigator>
</view>
</view> </view>
<navigator url="/pages/category/category?id={{item.id}}" class="t">
<view class="txt">{{'更多'+item.name+'好物 >'}}</view>
</navigator>
</view> </view>
</view> </view>
\ No newline at end of file
...@@ -439,30 +439,10 @@ ...@@ -439,30 +439,10 @@
color: #AB956D; color: #AB956D;
} }
.good-grid .more-item{ .good-grid .t {
height: 100%; height: 100rpx;
width: 100%; background: #fff;
}
.more-a{
height: 100%;
width: 100%;
display: flex; display: flex;
flex-direction: column;
align-items: center; align-items: center;
justify-content: 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
...@@ -11,17 +11,11 @@ page ,.container{ ...@@ -11,17 +11,11 @@ page ,.container{
background: #f4f4f4; background: #f4f4f4;
} }
.groupon-list {
width: 750rpx;
height: auto;
overflow: hidden;
}
.groupon-list .item { .groupon-list .item {
border-top: 1px solid #d9d9d9;
margin: 0 20rpx;
height: 244rpx; height: 244rpx;
width: 710rpx; width: 100%;
background: #fff;
margin-bottom: 20rpx;
} }
.groupon-list .img { .groupon-list .img {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment