.index { /* position: relative; */ height: 100vh; /* margin-top: 74px; */ display: flex; } .leftbox{ width: 250px; height: calc(100vh - 65px); /* background-color: red; */ position: fixed; top: 65px; left: 0; overflow: auto; } .index .left { /* position: fixed; */ /* width: 267px; */ width: 230px; min-height: calc(100vh - 65px); /* overflow: auto; */ /* top: 65px; */ /* left: 0; */ background-color: var(--color-light); } .index .right { margin-left: 250px; box-sizing: border-box; height: 100%; position: fixed; width:calc(100vw - 270px); /* width: 1575px; */ } .index .right .top{ /* margin-top: 11px; */ box-sizing: border-box; height: 62px; display: flex; /* justify-content: space-between; */ align-items: center; border-bottom: 1px solid var(--color-border); background-color: var(--color-light); } .index .right .top .gps { display: flex; align-items: center; font-size: 14px; } .index .right .top .gps img { width: 18px; height: 21px; margin-left: 22px; margin-right: 16px; } .index .right .top .line { width: 1px; height: 23px; border-left: 1px solid #d8d8d8; margin-left: 33px; margin-right: 31px; } .nowPosition { display: flex; align-items: center; /* width: 349px; */ height: 100%; margin-left: 98px; font-weight: 300; font-size: 13px; color: #676767; /* background: url(../../static//right/back.png); */ /* background-color: rgb(228, 191, 191); */ position: relative; } .nowPosition img{ width: 349px; height: 62px; position: absolute; left: 0; top: 0; } .nowPosition div{ margin-left: 133px; z-index: 99; }