|
|
@ -631,6 +631,7 @@ export default { |
|
|
|
flex: 1; |
|
|
|
margin: 0 20px; |
|
|
|
height: calc(100vh - 138px); |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
.container-wrap { |
|
|
|
height: calc(100% / 3 - 14px); |
|
|
@ -876,7 +877,7 @@ export default { |
|
|
|
.env-3d { |
|
|
|
position: relative; |
|
|
|
width: 100%; |
|
|
|
height: calc(100% - (100% / 4) - 8px); |
|
|
|
height: calc(100% - (100% / 4)); |
|
|
|
margin-bottom: 20px; |
|
|
|
background: url("~@/assets/images/largeScreen/bg.png") no-repeat center -130px; |
|
|
|
// background-size: 100% 100%; |
|
|
@ -909,7 +910,7 @@ export default { |
|
|
|
color: #339CFF ; |
|
|
|
font-size: 14px; |
|
|
|
justify-content: space-between; |
|
|
|
height: calc(50% - 228px); |
|
|
|
height: calc(100%/4); |
|
|
|
.middle-bottom-l{ |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
@ -940,6 +941,7 @@ export default { |
|
|
|
.row-num{ |
|
|
|
font-size: 18px; |
|
|
|
color: #fff; |
|
|
|
margin-right: 10px; |
|
|
|
} |
|
|
|
|
|
|
|
// padding: 10px 0; |
|
|
|