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