1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
shylinux 2021-05-27 17:01:42 +08:00
parent a74b6f84c0
commit a8e07bdea9
3 changed files with 14 additions and 9 deletions

View File

@ -1,7 +1,3 @@
a {
color:yellow;
}
body.mobile.landscape fieldset.Header.head {
position:unset;
}
@ -67,6 +63,10 @@ body.mobile div.input.login input {
font-size:24px
}
a {
color:yellow;
}
body {
margin:0; padding:0;
background:black;
@ -486,9 +486,6 @@ body>fieldset.input.date table td:hover {
background-color:red;
}
body.black a {
color:yellow;
}
body.white {
background-color:#052238bf;
color:white;
@ -569,6 +566,10 @@ body.print {
background-color:white;
color:black;
}
body.print a {
color:blue;
}
body.print fieldset.Header {
background-color:white;
color:black;

View File

@ -22,7 +22,7 @@ fieldset.Header>div.output>div.search {
float:left; margin-left:20px;
}
fieldset.Header>div.output>div.search>input {
width:120px;
width:120px; background-color:cyan;
}
fieldset.Header>div.output>div.search>input:hover {
/* width:240px; */
@ -49,3 +49,7 @@ fieldset.Header>div.output div.menu:hover {
fieldset.Header>div.status {
display:none;
}
body.print fieldset.Header>div.output>div.search>input {
width:120px; background-color:white;
}

View File

@ -77,7 +77,7 @@ var Volcanos = shy("火山架", {args: {}, pack: {}, libs: [], cache: {}}, [], f
Conf: function(key, value) { return can.core.Value(can._conf, key, value) }, _conf: {},
}; can = can || {}; can.__proto__ = proto
if (_can_name) { // 加入缓存
if (_can_name && location.search.indexOf("debug=true") == -1) { // 加入缓存
meta.cache[_can_name] = meta.cache[_can_name] || []
meta.cache[_can_name].push(can)
} else { // 加入队列