This commit is contained in:
2024-03-05 18:39:07 +08:00
parent 7580cbdeae
commit 0c9a45c61c
6 changed files with 490 additions and 751 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

File diff suppressed because it is too large Load Diff

View File

@@ -72,7 +72,7 @@ html, body {
width: 1920px;
height: 100%;
min-height: 1080px;
/* height: 1200px; */
height: 1200px;
/* height: 1080px; 看板 */
/* height: 1200px; 大屏 */
}
@@ -152,4 +152,12 @@ div, p {
.relative {
position: relative
}
.absolute {
position: absolute
}
.flexwrap {
flex-wrap: wrap
}