@@ -1,5 +1,5 @@ | |||||
<!-- <button class='goback' bindtap='goback'><image src='{{wmhome}}' mode="widthFix"></image></button> --> | <!-- <button class='goback' bindtap='goback'><image src='{{wmhome}}' mode="widthFix"></image></button> --> | ||||
<navbar back home text="砍价专场"></navbar> | |||||
<navbar back home text="砍价专场" background='#fff'></navbar> | |||||
<view class="page" hover-class="none" hover-stop-propagation="false" style="padding-top:{{navigationBarHeight}};"> | <view class="page" hover-class="none" hover-stop-propagation="false" style="padding-top:{{navigationBarHeight}};"> | ||||
<!-- <view class='top' wx:if="{{bargaingoods&&list.length>0}}"> | <!-- <view class='top' wx:if="{{bargaingoods&&list.length>0}}"> | ||||
<view class="banner" wx:if="{{list.length>0}}" hover-class="none" hover-stop-propagation="false"> | <view class="banner" wx:if="{{list.length>0}}" hover-class="none" hover-stop-propagation="false"> | ||||
@@ -1,5 +1,5 @@ | |||||
<navbar back home text="分享" background="#fff"></navbar> | <navbar back home text="分享" background="#fff"></navbar> | ||||
<view class='content' style="padding-top:{{navigationBarHeight}}"> | |||||
<view class='content' style="margin-top:{{navigationBarHeight}}"> | |||||
<view class='poster'> | <view class='poster'> | ||||
<canvas canvas-id='myCanvas' class='canvas-content' style="width:{{windowWidth-20}}px;height:{{windowHeight}}px;box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.05); position:absolute;z-index:1;"> | <canvas canvas-id='myCanvas' class='canvas-content' style="width:{{windowWidth-20}}px;height:{{windowHeight}}px;box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.05); position:absolute;z-index:1;"> | ||||
</canvas> | </canvas> | ||||
@@ -1,5 +1,5 @@ | |||||
<!-- <button class='goback' bindtap='goback'><image src='{{wmhome}}' mode="widthFix"></image></button> --> | <!-- <button class='goback' bindtap='goback'><image src='{{wmhome}}' mode="widthFix"></image></button> --> | ||||
<navbar back home text="消费卡"></navbar> | |||||
<navbar back home text="消费卡" background='#fff'></navbar> | |||||
<!-- 折扣卡list页面 --> | <!-- 折扣卡list页面 --> | ||||
<view class='content' style="padding-top:{{navigationBarHeight}}"> | <view class='content' style="padding-top:{{navigationBarHeight}}"> | ||||
<view class="market clearfix"> | <view class="market clearfix"> | ||||
@@ -113,7 +113,7 @@ | |||||
</view> | </view> | ||||
</view> | </view> | ||||
<!-- 问卷调查 --> | <!-- 问卷调查 --> | ||||
<view class="b1" style="opacity:{{opacity}};display: {{display}};" animation="{{queueData}}"> | |||||
<view class="b1" style="opacity:{{opacity}};display: {{display}};position: fixed;top:{{navigationBarHeight}};bottom: 0px;left: 0px;right: 0px;background: rgba(0, 0, 0, 0.8);overflow: hidden;z-index: 10;" animation="{{queueData}}"> | |||||
<view id='con' class='con'> | <view id='con' class='con'> | ||||
<image class='wmclose' mode='widthFix' src="{{closedUrl}}" bindtap="closeQuestion"></image> | <image class='wmclose' mode='widthFix' src="{{closedUrl}}" bindtap="closeQuestion"></image> | ||||
<image class='ques_gou' mode='widthFix' src="{{quesGouUrl}}"></image> | <image class='ques_gou' mode='widthFix' src="{{quesGouUrl}}"></image> | ||||
@@ -605,17 +605,6 @@ width: 90rpx; | |||||
height: 90rpx; | height: 90rpx; | ||||
} | } | ||||
.b1 { | |||||
position: fixed; | |||||
top: 0px; | |||||
bottom: 0px; | |||||
left: 0px; | |||||
right: 0px; | |||||
background: rgba(0, 0, 0, 0.8); | |||||
overflow: hidden; | |||||
z-index: 10; | |||||
} | |||||
.b1 .con { | .b1 .con { | ||||
position: absolute; | position: absolute; | ||||
top: 35rpx; | top: 35rpx; | ||||
@@ -1,4 +1,4 @@ | |||||
<navbar back home text="{{barTitle}}" background='#fff'></navbar> | |||||
<navbar back home text="拼团专场" background='#fff'></navbar> | |||||
<view class='content-box' style='{{"padding-bottom:"+(lists.length>0?"200rpx":"0")+";padding-top:"+navigationBarHeight}}'> | <view class='content-box' style='{{"padding-bottom:"+(lists.length>0?"200rpx":"0")+";padding-top:"+navigationBarHeight}}'> | ||||
<!-- <view class='top' wx:if='{{flag=="spellList"&&list.length>0}}'> | <!-- <view class='top' wx:if='{{flag=="spellList"&&list.length>0}}'> | ||||
<view class="banner" wx:if="{{list.length>0}}" hover-class="none" hover-stop-propagation="false"> | <view class="banner" wx:if="{{list.length>0}}" hover-class="none" hover-stop-propagation="false"> | ||||
@@ -1,5 +1,5 @@ | |||||
<!-- <button class='goback' bindtap='goback'><image src='{{wmhome}}' mode="widthFix"></image></button> --> | <!-- <button class='goback' bindtap='goback'><image src='{{wmhome}}' mode="widthFix"></image></button> --> | ||||
<navbar back home text="专题活动" background='#fff'></navbar> | |||||
<navbar back home text="专题活动"></navbar> | |||||
<!-- banner活动详情页面 --> | <!-- banner活动详情页面 --> | ||||
<view class='coupons' style='background:{{data.bgColor}};height:{{winHeight}};padding-top:{{navigationBarHeight}}'> | <view class='coupons' style='background:{{data.bgColor}};height:{{winHeight}};padding-top:{{navigationBarHeight}}'> | ||||
<view class="coupons-body"> | <view class="coupons-body"> | ||||