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

18 lines
245 B
CSS
Raw Normal View History

2024-03-12 18:53:51 +08:00
.index {
position: relative;
height: 100%;
}
.index .left {
position: absolute;
width: 220px;
height: 100%;
top: 0;
left: 0;
}
.index .right {
margin-left: 235px;
height: 100%;
background-color: green;
}