1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-26 01:04: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 {
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;

View File

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

View File

@ -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"),