Переглянути джерело

[砍价样式修改]

tags/安徽版C.4.1.6最终版
luqc 6 роки тому
джерело
коміт
d44da198bc
3 змінених файлів з 5 додано та 5 видалено
  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 Переглянути файл

@@ -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",


+ 2
- 2
pages/bargain/bargain.wxml Переглянути файл

@@ -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>





+ 2
- 2
pages/bargain/bargain.wxss Переглянути файл

@@ -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);


Завантаження…
Відмінити
Зберегти