system-copyright-react/src/route/index/index.css

21 lines
347 B
CSS
Raw Normal View History

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%;
}