@@ -22,8 +22,8 @@ | |||||
} | } | ||||
] | ] | ||||
}, | }, | ||||
"name": "长融世贸广场", | |||||
"weappId": "wx026ee7f6290aa336", | |||||
"name": "富茂链客生产版", | |||||
"weappId": "wx6a2524a8286d687f", | |||||
"appVersion": "C.5.1.1" | "appVersion": "C.5.1.1" | ||||
}, | }, | ||||
"debug": false, | "debug": false, | ||||
@@ -63,7 +63,7 @@ | |||||
"navigationBarTitleText": "", | "navigationBarTitleText": "", | ||||
"navigationBarBackgroundColor": "#FFFFFF" | "navigationBarBackgroundColor": "#FFFFFF" | ||||
}, | }, | ||||
"extAppid": "wx026ee7f6290aa336", | |||||
"extAppid": "wx6a2524a8286d687f", | |||||
"extEnable": true, | "extEnable": true, | ||||
"permission": { | "permission": { | ||||
"scope.userLocation": { | "scope.userLocation": { | ||||
@@ -3,7 +3,7 @@ | |||||
<view class='coupons'> | <view class='coupons'> | ||||
<view class="coupons-body"> | <view class="coupons-body"> | ||||
<view class='banner'> | <view class='banner'> | ||||
<image src='{{data.coverImg}}'></image> | |||||
<image src='{{data.coverImg}}' mode='widthFix'></image> | |||||
</view> | </view> | ||||
<!-- <image class="orbg" src='./../../assets/img/orbg.png' mode="widthFix"></image> --> | <!-- <image class="orbg" src='./../../assets/img/orbg.png' mode="widthFix"></image> --> | ||||
<view class='act'> | <view class='act'> | ||||
@@ -17,13 +17,13 @@ page { | |||||
.banner { | .banner { | ||||
position: relative; | position: relative; | ||||
width: 750rpx; | width: 750rpx; | ||||
height: 280rpx; | |||||
overflow: hidden; | |||||
/* height: 280rpx; | |||||
overflow: hidden; */ | |||||
} | } | ||||
.banner image { | .banner image { | ||||
width: 750rpx; | width: 750rpx; | ||||
height: 280rpx; | |||||
/* height: 280rpx; */ | |||||
} | } | ||||
.act { | .act { | ||||
@@ -67,9 +67,6 @@ button::after { | |||||
width: 92%; | width: 92%; | ||||
padding: 0 4%; | padding: 0 4%; | ||||
background: #fff; | background: #fff; | ||||
border-top-left-radius: 20rpx; | |||||
border-top-right-radius: 20rpx; | |||||
margin-top: -25rpx; | |||||
} | } | ||||
.fenxiang { | .fenxiang { | ||||
@@ -13,8 +13,8 @@ | |||||
.banner { | .banner { | ||||
position: relative; | position: relative; | ||||
width: 750rpx; | width: 750rpx; | ||||
height: 280rpx; | |||||
overflow: hidden; | |||||
/* height: 280rpx; | |||||
overflow: hidden; */ | |||||
} | } | ||||
.banner image { | .banner image { | ||||
@@ -28,7 +28,7 @@ | |||||
background: #fff; | background: #fff; | ||||
border-radius: 12rpx; | border-radius: 12rpx; | ||||
width: 705rpx; | width: 705rpx; | ||||
margin: -30rpx auto 0; | |||||
margin: 30rpx auto 0; | |||||
padding-bottom: 20rpx; | padding-bottom: 20rpx; | ||||
} | } | ||||