From 7e64e378c5d2677239036ae54c7715368d6e4342 Mon Sep 17 00:00:00 2001 From: hurui Date: Mon, 5 Aug 2019 18:52:28 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=89=B9=E4=BA=AB=E7=A4=BC=E9=81=87][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9][=E4=BA=8C=E7=BB=B4=E7=A0=81=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/orderquanma/index.wxss | 4 +- pages/passCar/couponList/couponList.wxss | 2 +- pages/specialcourtesy/specialcourtesy.js | 5 +- pages/specialcourtesy/specialcourtesy.wxml | 58 +++++++++++----------- pages/specialcourtesy/specialcourtesy.wxss | 16 +++--- 5 files changed, 44 insertions(+), 41 deletions(-) diff --git a/pages/orderquanma/index.wxss b/pages/orderquanma/index.wxss index e4cc103..94ec7f4 100644 --- a/pages/orderquanma/index.wxss +++ b/pages/orderquanma/index.wxss @@ -1,7 +1,5 @@ @import "../../app.wxss"; -page { - -} + .couponBox{ height: 100%; background:linear-gradient(180deg,rgba(253,131,45,1) 0%,rgba(254,74,22,1) 100%); diff --git a/pages/passCar/couponList/couponList.wxss b/pages/passCar/couponList/couponList.wxss index 5e50d4f..b821ae9 100644 --- a/pages/passCar/couponList/couponList.wxss +++ b/pages/passCar/couponList/couponList.wxss @@ -7,7 +7,7 @@ .tabs { width: 100% !important; - height: 88rpx; + height: 96rpx; text-align: center; position: fixed; left: 0; diff --git a/pages/specialcourtesy/specialcourtesy.js b/pages/specialcourtesy/specialcourtesy.js index 6b0a418..c7a0348 100644 --- a/pages/specialcourtesy/specialcourtesy.js +++ b/pages/specialcourtesy/specialcourtesy.js @@ -1,4 +1,4 @@ -const navigationBarHeight = (getApp().statusBarHeight + 50) + 'px' +const navigationBarHeight = (getApp().statusBarHeight + 44); var config = require("../../config/config.js"); var app = getApp(); const Http = require("../../utils/HttpBasics"); @@ -98,5 +98,6 @@ Page({ console.log("获取设备信息失败" + e); } return size; - } + }, + }) \ No newline at end of file diff --git a/pages/specialcourtesy/specialcourtesy.wxml b/pages/specialcourtesy/specialcourtesy.wxml index f118731..1da7012 100644 --- a/pages/specialcourtesy/specialcourtesy.wxml +++ b/pages/specialcourtesy/specialcourtesy.wxml @@ -1,37 +1,39 @@ - - - - - - 会员码:{{memberId}} - - 会员等级为[{{level}}]对应门店的优惠折扣 + + + + + + + 会员码:{{memberId}} + + 会员等级为[{{level}}]对应门店的优惠折扣 + - - - - - - > - - - {{item.discount/10}} - {{item.merchantName}} - - - - {{list.buildingName}}{{list.floorName}} - + + + + + > - - + + {{item.discount/10}} + {{item.merchantName}} + + + + {{list.buildingName}}{{list.floorName}} + + + + + - - - 此等级暂未开放折扣,敬请期待! + + 此等级暂未开放折扣,敬请期待! + diff --git a/pages/specialcourtesy/specialcourtesy.wxss b/pages/specialcourtesy/specialcourtesy.wxss index 1f29a31..56a36af 100644 --- a/pages/specialcourtesy/specialcourtesy.wxss +++ b/pages/specialcourtesy/specialcourtesy.wxss @@ -1,9 +1,11 @@ @import "../../app.wxss"; -Page { - background:linear-gradient(180deg,#FD832D 0%,#FE4A16 100%); -} +page{ + background:linear-gradient(180deg,#FD832D 0%,#FE4A16 100%); + height: 100%; + overflow: hidden; +} .none { font-size: 24rpx; text-align: center; @@ -157,7 +159,7 @@ Page { .code { width: 690rpx; - height: 740rpx; + height: 800rpx; background: #fff; margin: 20rpx auto; border-radius: 10rpx; @@ -174,10 +176,10 @@ Page { height: 358rpx; } .code image { - width: 358rpx; - height: 358rpx; + width: 500rpx; + height: 500rpx; display: block; - margin:100rpx auto 72rpx; + margin:70rpx auto 60rpx; } .memCode{ width: 562rpx;