// @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; } } }