update
1.更新西安大屏样式
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 5.1 MiB |
@@ -103,7 +103,7 @@
|
||||
|
||||
.physical-container {
|
||||
width: 96%;
|
||||
height: 100%;
|
||||
height: calc(100% - 35px);
|
||||
//padding-top: 6%;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
+6
-4
@@ -320,7 +320,7 @@
|
||||
.outer {
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
background: url('/@/assets/images/bg.png') no-repeat;
|
||||
background: url('/@/assets/images/backgroundNew.png') no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
@@ -378,10 +378,12 @@
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
|
||||
> div {
|
||||
flex: 1;
|
||||
height: calc((100% / 3) - 10px);
|
||||
padding: 10px;
|
||||
}
|
||||
> :nth-child(n + 1) {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user