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;