update
1.更新西安大屏样式
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 5.1 MiB |
@@ -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
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user