diff --git a/pages/specialcourtesy/specialcourtesy.js b/pages/specialcourtesy/specialcourtesy.js index c7a0348..be670dd 100644 --- a/pages/specialcourtesy/specialcourtesy.js +++ b/pages/specialcourtesy/specialcourtesy.js @@ -1,4 +1,4 @@ -const navigationBarHeight = (getApp().statusBarHeight + 44); +const navigationBarHeight = (getApp().statusBarHeight + 44) + 'px'; var config = require("../../config/config.js"); var app = getApp(); const Http = require("../../utils/HttpBasics"); diff --git a/pages/specialcourtesy/specialcourtesy.wxml b/pages/specialcourtesy/specialcourtesy.wxml index 1da7012..1b6b9a3 100644 --- a/pages/specialcourtesy/specialcourtesy.wxml +++ b/pages/specialcourtesy/specialcourtesy.wxml @@ -1,6 +1,6 @@ - + diff --git a/pages/specialcourtesy/specialcourtesy.wxss b/pages/specialcourtesy/specialcourtesy.wxss index 14975ad..c46eec2 100644 --- a/pages/specialcourtesy/specialcourtesy.wxss +++ b/pages/specialcourtesy/specialcourtesy.wxss @@ -1,6 +1,4 @@ @import "../../app.wxss"; - - page{ background:linear-gradient(180deg,#FD832D 0%,#FE4A16 100%); } diff --git a/pages/spellGroup/spellGroup.wxml b/pages/spellGroup/spellGroup.wxml index 52cddd4..5f30535 100644 --- a/pages/spellGroup/spellGroup.wxml +++ b/pages/spellGroup/spellGroup.wxml @@ -66,7 +66,7 @@ - + diff --git a/pages/user/index.wxss b/pages/user/index.wxss index 1a5974d..c29cf9d 100644 --- a/pages/user/index.wxss +++ b/pages/user/index.wxss @@ -135,7 +135,7 @@ page{ background: #fff; border-radius: 16rpx; margin: -100rpx auto 0; - padding: 20rpx 0; + padding: 10rpx 0; box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.10); } .btns_bg{