2024-03-12 18:53:51 +08:00
|
|
|
.index {
|
|
|
|
position: relative;
|
|
|
|
height: 100%;
|
2024-03-14 18:33:58 +08:00
|
|
|
background-color: var(--color-light);
|
2024-03-12 18:53:51 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.index .left {
|
|
|
|
position: absolute;
|
|
|
|
width: 220px;
|
|
|
|
height: 100%;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.index .right {
|
2024-03-13 16:11:28 +08:00
|
|
|
margin-left: 220px;
|
|
|
|
border-left: 1px solid var(--color-border);
|
|
|
|
box-sizing: border-box;
|
2024-03-12 18:53:51 +08:00
|
|
|
height: 100%;
|
|
|
|
}
|