This commit is contained in:
2023-06-12 15:07:44 +08:00
parent 519c66b0fe
commit 4d3f0e8664
3 changed files with 14 additions and 10 deletions

View File

@@ -83,9 +83,9 @@ html, body {
height: 100%;
/* min-width: 1440px;
min-height: 789px; */
/* width: 1920px; */
width: 1920px;
/* width: 3840px; */
/* height: 1080px; */
height: 1080px;
}
body {
@@ -150,6 +150,10 @@ div, p {
cursor: pointer;
}
.hidden {
visibility: hidden
}
.pl10 {padding-left: 10px;}
.pl20 {padding-left: 20px;}
.mgb3 {margin-bottom: .03rem;}