1.更新西安大屏样式
This commit is contained in:
2024-06-15 12:06:57 +08:00
parent 7ee32fb8d9
commit 78e5bab6a9
3 changed files with 7 additions and 5 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 MiB

+1 -1
View File
@@ -103,7 +103,7 @@
.physical-container { .physical-container {
width: 96%; width: 96%;
height: 100%; height: calc(100% - 35px);
//padding-top: 6%; //padding-top: 6%;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
+6 -4
View File
@@ -320,7 +320,7 @@
.outer { .outer {
height: 100%; height: 100%;
box-sizing: border-box; box-sizing: border-box;
background: url('/@/assets/images/bg.png') no-repeat; background: url('/@/assets/images/backgroundNew.png') no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
} }
@@ -378,10 +378,12 @@
text-align: center; text-align: center;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 10px;
> div { > div {
flex: 1; height: calc((100% / 3) - 10px);
padding: 10px;
}
> :nth-child(n + 1) {
margin-bottom: 10px;
} }
} }