Browse Source

Merge branch 'dev' into HuNan_test

tags/湖南版5.1.4
meo 6 years ago
parent
commit
c7c65a7b16
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      pages/index/searchbar/index.wxss
  2. +1
    -1
      pages/main/bargain/index.wxml
  3. +1
    -1
      pages/main/spellGroup/index.wxml

+ 1
- 1
pages/index/searchbar/index.wxss View File

@@ -355,5 +355,5 @@ page {
margin-top: 200rpx!important; margin-top: 200rpx!important;
} }
.all{ .all{
padding-bottom: 40rpx;
padding-bottom: 80rpx;
} }

+ 1
- 1
pages/main/bargain/index.wxml View File

@@ -1,4 +1,4 @@
<view class="index-rushToBuy" style='height:350rpx;' wx:if="{{list.length>2}}">
<view class="index-rushToBuy" style='height:336rpx;' wx:if="{{list.length>2}}">
<view class="index-rushToBuy-title"> <view class="index-rushToBuy-title">
<image src="{{barginicon}}" class='barginiconimg' mode='widthFix'/><text class='text-red'>砍价</text>专场<text bindtap="gotomore" class='morebargin'>更多砍价></text> <image src="{{barginicon}}" class='barginiconimg' mode='widthFix'/><text class='text-red'>砍价</text>专场<text bindtap="gotomore" class='morebargin'>更多砍价></text>
</view> </view>


+ 1
- 1
pages/main/spellGroup/index.wxml View File

@@ -1,4 +1,4 @@
<view class="index-rushToBuy" wx:if="{{list.length>2}}" style='height:350rpx;'>
<view class="index-rushToBuy" wx:if="{{list.length>2}}" style='height:336rpx;'>
<view class="index-rushToBuy-title"> <view class="index-rushToBuy-title">
<image src="{{pintuan}}" class='barginiconimg' mode='widthFix'/><text class='text-red'>拼团</text>专场<text bindtap="gotomore" class='morebargin'>更多拼团></text> <image src="{{pintuan}}" class='barginiconimg' mode='widthFix'/><text class='text-red'>拼团</text>专场<text bindtap="gotomore" class='morebargin'>更多拼团></text>
</view> </view>


Loading…
Cancel
Save