Browse Source

[砍价样式修改]

tags/安徽版C.4.1.6最终版
luqc 6 years ago
parent
commit
d44da198bc
3 changed files with 5 additions and 5 deletions
  1. +1
    -1
      pages/bargain/bargain.json
  2. +2
    -2
      pages/bargain/bargain.wxml
  3. +2
    -2
      pages/bargain/bargain.wxss

+ 1
- 1
pages/bargain/bargain.json View File

@@ -1,7 +1,7 @@
{
"navigationBarTitleText": "砍价专场",
"enablePullDownRefresh": true,
"navigationBarBackgroundColor": "#F13C42",
"navigationBarBackgroundColor": "#FF6F03",
"usingComponents": {
"c-banner": "../../components/banner/index",
"i-tab": "../../../dist/tab/index",


+ 2
- 2
pages/bargain/bargain.wxml View File

@@ -55,8 +55,8 @@
<text>暂无数据</text>
</view>
<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>



+ 2
- 2
pages/bargain/bargain.wxss View File

@@ -85,7 +85,7 @@ page{
width:186rpx;
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;
font-size:26rpx;
color:rgba(255,255,255,1);
@@ -98,7 +98,7 @@ page{
width:186rpx;
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;
font-size:26rpx;
color:rgba(255,255,255,1);


Loading…
Cancel
Save