From 7729101a47283a5ed94fe4823226dacaa45a91d1 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Fri, 19 Apr 2019 11:18:10 +0800 Subject: [PATCH] =?UTF-8?q?[=E9=A2=86=E5=88=B8=E5=9B=9E=E7=AD=94=E9=97=AE?= =?UTF-8?q?=E9=A2=98][=E4=BF=AE=E6=94=B9]:[=E9=A2=86=E5=88=B8=E5=9B=9E?= =?UTF-8?q?=E7=AD=94=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=9A=84=E6=A0=B7=E5=BC=8F]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/bargain/bargain.json | 2 +- pages/coupon/detail/index.wxss | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pages/bargain/bargain.json b/pages/bargain/bargain.json index 6aab341..8c84de9 100644 --- a/pages/bargain/bargain.json +++ b/pages/bargain/bargain.json @@ -1,7 +1,7 @@ { "navigationBarTitleText": "砍价专场", "enablePullDownRefresh": true, - "navigationBarBackgroundColor": "#FF6F03", + "navigationBarBackgroundColor": "#ffffff", "usingComponents": { "c-banner": "../../components/spellbanner/index", "i-tab": "../../../dist/tab/index", diff --git a/pages/coupon/detail/index.wxss b/pages/coupon/detail/index.wxss index 68fbe54..ac72a2e 100644 --- a/pages/coupon/detail/index.wxss +++ b/pages/coupon/detail/index.wxss @@ -654,5 +654,8 @@ button::after{ border: none; } overflow:hidden; white-space:nowrap; text-overflow:ellipsis; - +} +checkbox-group,radio-group{ + height:400rpx; + overflow-y:scroll; } \ No newline at end of file