Commit 116a82fbcb193c3de6677ab75daf5153c47dc6a5

Authored by yvan.ni
1 parent 8f86f3ed

11条待测试的~~

components/diy_picMax/diy_picMax.wxss
... ... @@ -6,7 +6,7 @@
6 6 .pic_item{
7 7 float: left; margin: 0; padding: 0;
8 8 }
9   -.pic_item image{width: 100%;vertical-align: bottom; margin: 0; }
  9 +.pic_item image{width: 101%;vertical-align: bottom; margin: 0;margin-left: -1rpx; }
10 10 .picMax-clear{clear: both;}
11 11  
12 12  
... ...
pages/goods/goodsInfo/goodsInfo.wxml
... ... @@ -36,7 +36,8 @@
36 36 </swiper-item>
37 37  
38 38 <swiper-item wx:for="{{gallery}}" wx:key="gallery">
39   - <image class="wh100" src="{{item.image_url}}" mode="aspectFit" binderror="bind_bnerr" lazy-load="true" data-errorimg="gallery[{{index}}].image_url"></image>
  39 + <!-- <image class="wh100" src="{{item.image_url}}" mode="aspectFit" binderror="bind_bnerr" lazy-load="true" data-errorimg="gallery[{{index}}].image_url"></image> -->
  40 + <view class="wh100 g_img_box" style="background-image:url({{item.image_url}});"></view>
40 41 </swiper-item>
41 42 </swiper>
42 43 <block wx:if="{{mapurl}}">
... ... @@ -1036,7 +1037,7 @@
1036 1037 </view>
1037 1038  
1038 1039 <!-- 选择门店模块 -->
1039   - <view class="flex-space-between address ai_end xc-width ">
  1040 + <view class="flex-space-between address ai_end xc-width ">
1040 1041  
1041 1042 <view class="flex ai_end" wx:if="{{def_pick_store && def_pick_store.pickup_name}}">
1042 1043 <text class="fs30 xc-black3 shop_name">{{def_pick_store.pickup_name}}</text>
... ... @@ -1101,9 +1102,10 @@
1101 1102 <text wx:if="{{hui_condition.lb_id>0}}">,送礼包</text>
1102 1103 </view>
1103 1104  
1104   -
  1105 +
1105 1106 </view>
1106   - <view class="spec-cart-btns">
  1107 +
  1108 + <view class="spec-cart-btns">
1107 1109 <view wx:if="{{def_pick_store && def_pick_store.is_no_dis}}" class="spec-cart-btn fs32" data-action="add" style="background-color: #dcdcdc;color: #999;">配送不匹配</view>
1108 1110 <block wx:else>
1109 1111  
... ... @@ -1163,7 +1165,7 @@
1163 1165 </view>
1164 1166  
1165 1167 <view class="clear"></view>
1166   - <!---选择门店的列表--->
  1168 + <!-- 选择门店的列表 -->
1167 1169 <view hidden="{{ismend==0}}" class="sto_v">
1168 1170 <view class="title" hidden="{{is_sec_mend==1}}" bindtap="hidemend">
1169 1171 <image class="tubiao" src="{{iurl}}/miniapp/images/icon-left.png"></image>选择门店
... ...
pages/goods/goodsInfo/goodsInfo.wxss
... ... @@ -2728,4 +2728,13 @@ button.custom-service::after{
2728 2728 }
2729 2729 .quan_price{
2730 2730 background-color: #ff4700; color: #fff; padding: 10rpx 25rpx; margin-left: 10rpx; border-radius: 30rpx;
  2731 +}
  2732 +
  2733 +/*--闪白屏--*/
  2734 +.g_img_box{
  2735 + background-position: center center;
  2736 + background-repeat: no-repeat;
  2737 + -webkit-background-size: cover;
  2738 + -moz-background-size: cover;
  2739 + background-size: cover;
2731 2740 }
2732 2741 \ No newline at end of file
... ...