You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
737 B
41 lines
737 B
// @import '../themes/default.less'; |
|
.container { |
|
width: 100%; |
|
height: 100%; |
|
display: flex; |
|
justify-content: space-between; |
|
padding: 0 0.3rem; |
|
background: url(../../assets/CommandPlatform/background.png); |
|
background-size: 100% 100%; |
|
background-repeat: no-repeat; |
|
|
|
.left { |
|
width: 2136px; |
|
height: 1785px; |
|
margin-top: 257px; |
|
padding: 0 76px 0 150px; |
|
display: flex; |
|
justify-content: space-between; |
|
|
|
&>div { |
|
border: 1px solid red; |
|
} |
|
} |
|
|
|
.maps { |
|
width: 1962px; |
|
border: 1px solid red; |
|
} |
|
|
|
.right { |
|
width: 2131px; |
|
height: 2055px; |
|
padding: 0 160px 0 60px; |
|
display: flex; |
|
justify-content: space-between; |
|
|
|
&>div { |
|
border: 1px solid red; |
|
} |
|
} |
|
} |