Commit 48746970290c1bbd2f15f537e3e88e68f74c04ce
1 parent
67f7712a
助力活动样式修改
Showing
2 changed files
with
7 additions
and
7 deletions
pages/user/assistance/task_assistance.wxml
... | ... | @@ -18,17 +18,17 @@ |
18 | 18 | </view> |
19 | 19 | </view> |
20 | 20 | <!-- 图片的轮播图 --> |
21 | - <view class="xc-specific-more-frame flex-center" style="height:{{max_sw_height}}px;"> | |
21 | + <view class="xc-specific-more-frame flex-center" style="height:{{max_sw_height}}px;"> | |
22 | 22 | <view bindtap="click_pre"> |
23 | 23 | <view class="bg_left xc-left bcolor"></view> |
24 | 24 | </view> |
25 | 25 | <!-- <swiper bindanimationfinish="changeGoodsSwip" current="{{sw_index}}" style='width:82.7%; height:100%' bindchange='onSli' indicator-dots="{{false}}" autoplay="{{false}}"> --> |
26 | - <swiper bindanimationfinish="changeGoodsSwip" current="{{sw_index}}" style='' bindchange='onSli' indicator-dots="{{false}}" autoplay="{{false}}" style='width:80%;height:100%;'> | |
26 | + <swiper bindanimationfinish="changeGoodsSwip" current="{{sw_index}}" bindchange='onSli' indicator-dots="{{false}}" autoplay="{{false}}" style='width:80%;height:100%;position:relative;'> | |
27 | 27 | <swiper-item class="rel" wx:for="{{aitem}}" wx:for-item="aitem" wx:for-index="pidx"> |
28 | - | |
29 | - <image class="xc-center-img" bindtap="libao_details" data-taskid="{{aitem.id}}" src="{{aitem.giftBagUrl!=null&&aitem.giftBagUrl!=''?iurl+aitem.giftBagUrl:swpie_img}}" mode="widthFix" bindload='imageLoad' style="width: 100%;display: block;"></image> | |
30 | - <view bindtap="libao_details" data-taskid="{{aitem.id}}" class="abs select_details fs26 white">礼包详情</view> | |
31 | - | |
28 | + <view style="position:absolute;width:100%;"> | |
29 | + <image show-menu-by-longpress class="xc-center-img" bindtap="libao_details" data-taskid="{{aitem.id}}" src="{{aitem.giftBagUrl!=null&&aitem.giftBagUrl!=''?iurl+aitem.giftBagUrl:swpie_img}}" mode="widthFix" bindload='imageLoad' style="width: 100%;display: block;"></image> | |
30 | + <view bindtap="libao_details" data-taskid="{{aitem.id}}" class="abs select_details fs26 white">礼包详情</view> | |
31 | + </view> | |
32 | 32 | </swiper-item> |
33 | 33 | |
34 | 34 | </swiper> | ... | ... |