1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-26 09:14:06 +08:00
This commit is contained in:
shylinux 2021-11-09 20:15:47 +08:00
parent 1c81943d46
commit 8e4a8fe0a3
3 changed files with 7 additions and 1 deletions

View File

@ -595,10 +595,15 @@ body.print fieldset.Footer {
body.mobile select { body.mobile select {
font-size:18px; font-size:18px;
margin-top:5px;
} }
body.mobile input { body.mobile input {
font-size:18px; font-size:18px;
} }
body.mobile input[type=text] {
margin-top:5px;
height:26px;
}
body.mobile fieldset.Header.head { body.mobile fieldset.Header.head {
position:fixed; top:0; position:fixed; top:0;
width:-webkit-fill-available; width:-webkit-fill-available;

View File

@ -1,6 +1,7 @@
fieldset.Header { fieldset.Header {
height:32px; padding:0 5px; height:32px; padding:0 5px;
overflow:hidden; overflow:hidden;
z-index:10;
} }
fieldset.Header>div.output { fieldset.Header>div.output {
height:32px; overflow:hidden; height:32px; overflow:hidden;

View File

@ -1,5 +1,5 @@
Volcanos("onaction", {source: function(can, msg) { 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, wx.config({debug: msg.Option("debug") == ice.TRUE,
appId: msg.Option("appid"), signature: msg.Option("signature"), appId: msg.Option("appid"), signature: msg.Option("signature"),
nonceStr: msg.Option("noncestr"), timestamp: msg.Option("timestamp"), nonceStr: msg.Option("noncestr"), timestamp: msg.Option("timestamp"),