2024-03-12 18:53:51 +08:00
|
|
|
.index {
|
2024-04-29 17:22:26 +08:00
|
|
|
/* position: relative; */
|
|
|
|
height: 100vh;
|
|
|
|
/* margin-top: 74px; */
|
2024-03-12 18:53:51 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.index .left {
|
2024-04-29 17:22:26 +08:00
|
|
|
position: fixed;
|
|
|
|
width: 268px;
|
2024-03-12 18:53:51 +08:00
|
|
|
height: 100%;
|
2024-04-29 17:22:26 +08:00
|
|
|
/* overflow: auto; */
|
|
|
|
top: 80px;
|
2024-03-12 18:53:51 +08:00
|
|
|
left: 0;
|
2024-03-16 23:12:49 +08:00
|
|
|
background-color: var(--color-light);
|
2024-03-12 18:53:51 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.index .right {
|
2024-04-29 17:22:26 +08:00
|
|
|
margin-left: 300px;
|
2024-03-13 16:11:28 +08:00
|
|
|
box-sizing: border-box;
|
2024-03-12 18:53:51 +08:00
|
|
|
height: 100%;
|
2024-05-07 17:00:32 +08:00
|
|
|
position: fixed;
|
|
|
|
width:calc(100vw - 330px);
|
|
|
|
}
|
|
|
|
.index .right .top{
|
|
|
|
margin-top: 26px;
|
|
|
|
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;
|
2024-03-12 18:53:51 +08:00
|
|
|
}
|