| @@ -1,7 +1,7 @@ | |||||
| { | { | ||||
| "navigationBarTitleText": "砍价专场", | "navigationBarTitleText": "砍价专场", | ||||
| "enablePullDownRefresh": true, | "enablePullDownRefresh": true, | ||||
| "navigationBarBackgroundColor": "#F13C42", | |||||
| "navigationBarBackgroundColor": "#FF6F03", | |||||
| "usingComponents": { | "usingComponents": { | ||||
| "c-banner": "../../components/banner/index", | "c-banner": "../../components/banner/index", | ||||
| "i-tab": "../../../dist/tab/index", | "i-tab": "../../../dist/tab/index", | ||||
| @@ -55,8 +55,8 @@ | |||||
| <text>暂无数据</text> | <text>暂无数据</text> | ||||
| </view> | </view> | ||||
| <view class='bottom'> | <view class='bottom'> | ||||
| <view class='bottom-left' bindtap="bargaingoods" style="background:{{bargaingoods?'#FF7250':'#F3453A'}}">砍价商品</view> | |||||
| <view class='bottom-right' bindtap="mybargain" style="background:{{ mybargain?'#FF7250':'#F3453A'}}">我的砍价</view> | |||||
| <view class='bottom-left' bindtap="bargaingoods" style="background:{{bargaingoods?'#FF7250':'#FF8220'}}">砍价商品</view> | |||||
| <view class='bottom-right' bindtap="mybargain" style="background:{{ mybargain?'#FF7250':'#FFB614'}}">我的砍价</view> | |||||
| </view> | </view> | ||||
| @@ -85,7 +85,7 @@ page{ | |||||
| width:186rpx; | width:186rpx; | ||||
| height:48rpx; | height:48rpx; | ||||
| line-height:48rpx; | line-height:48rpx; | ||||
| background:linear-gradient(90deg,rgba(236,59,45,1) 0%,rgba(248,98,52,1) 100%); | |||||
| background:linear-gradient(90deg,rgba(255,182,20,1) 0%,rgba(248,98,52,1) 100%); | |||||
| border-radius:24rpx; | border-radius:24rpx; | ||||
| font-size:26rpx; | font-size:26rpx; | ||||
| color:rgba(255,255,255,1); | color:rgba(255,255,255,1); | ||||
| @@ -98,7 +98,7 @@ page{ | |||||
| width:186rpx; | width:186rpx; | ||||
| height:48rpx; | height:48rpx; | ||||
| line-height:48rpx; | line-height:48rpx; | ||||
| background:linear-gradient(90deg,rgba(236,59,45,1) 0%,rgba(248,98,52,1) 100%); | |||||
| background:linear-gradient(90deg,rgba(236,59,45,1) 0%,rgba(255,111,3,1) 100%); | |||||
| border-radius:24rpx; | border-radius:24rpx; | ||||
| font-size:26rpx; | font-size:26rpx; | ||||
| color:rgba(255,255,255,1); | color:rgba(255,255,255,1); | ||||