Commit 36b9b9b0129a06f6fdbcb90b42d8904e652695cb

Authored by yvan.ni
1 parent 98b1710b

关注遮住的问题,和 拼团文字的问题

pages/index/index/index.wxml
... ... @@ -44,7 +44,9 @@
44 44 </view>
45 45 </view>
46 46 </view>
47   -
  47 + <!-- 如果有关注,要 -->
  48 + <view wx:if="{{is_gz_h5 && is_ok_h5}}" style="height: 84px"></view>
  49 +
48 50 <!--滚动广告-->
49 51 <view class="rel title-img" wx:if="{{banner}}">
50 52 <swiper circular="true" indicator-dots indicator-active-color="#fff" autoplay="true" class="swiper_box" duration="1000" interval="3000" vertical="" bindchange="bannerSwiperChange" style="height:{{max_sw_height}}rpx">
... ...
pages/index/index/index.wxss
... ... @@ -663,6 +663,7 @@
663 663 border-radius: 8rpx;
664 664 white-space: nowrap;
665 665 height: 28rpx;
  666 + align-items: center;
666 667 }
667 668  
668 669 .xc-people-val-frame .val-img {
... ...