diff --git a/page/index.css b/page/index.css index 0c45e177..9b9b71c2 100644 --- a/page/index.css +++ b/page/index.css @@ -595,10 +595,15 @@ body.print fieldset.Footer { body.mobile select { font-size:18px; + margin-top:5px; } body.mobile input { font-size:18px; } +body.mobile input[type=text] { + margin-top:5px; + height:26px; +} body.mobile fieldset.Header.head { position:fixed; top:0; width:-webkit-fill-available; diff --git a/panel/header.css b/panel/header.css index 3a9cf4f5..f03c2a9c 100644 --- a/panel/header.css +++ b/panel/header.css @@ -1,6 +1,7 @@ fieldset.Header { height:32px; padding:0 5px; overflow:hidden; + z-index:10; } fieldset.Header>div.output { height:32px; overflow:hidden; diff --git a/plugin/local/chat/wx.js b/plugin/local/chat/wx.js index e538be3d..73e6058e 100644 --- a/plugin/local/chat/wx.js +++ b/plugin/local/chat/wx.js @@ -1,5 +1,5 @@ Volcanos("onaction", {source: function(can, msg) { - can.require("https://res.wx.qq.com/open/js/jweixin-1.6.0.js", function(can) { + can.require(["https://res.wx.qq.com/open/js/jweixin-1.6.0.js"], function(can) { wx.config({debug: msg.Option("debug") == ice.TRUE, appId: msg.Option("appid"), signature: msg.Option("signature"), nonceStr: msg.Option("noncestr"), timestamp: msg.Option("timestamp"),