This commit is contained in:
2022-10-11 17:03:44 +08:00
parent 2eab2ecf68
commit f28e95ea2d
13 changed files with 262 additions and 128 deletions

View File

@@ -24,6 +24,9 @@ input[type="button"], input[type="submit"], input[type="search"], input[type="re
.hide {
display: none;
}
.vhide {
visibility:hidden;
}
.show {
display: block;
}