大屏尺寸

This commit is contained in:
2023-08-14 11:13:30 +08:00
parent fdf99acd25
commit 95d169e718

View File

@@ -78,14 +78,15 @@ li {
background-color: rgba(125, 125, 125, 0.7); background-color: rgba(125, 125, 125, 0.7);
-webkit-border-radius: 6px; -webkit-border-radius: 6px;
} }
/* 顺和大屏尺寸1920*1040 */
html, body { html, body {
width: 1920px;
height: 1080px;
/* width: 100%; /* width: 100%;
height: 100%; height: 100%;
min-width: 1440px; min-width: 1440px;
min-height: 1080px; */ min-height: 1040px; */
width: 1920px;
height: 1040px;
} }
body { body {