2020-03-16 16:21:41 +00:00
|
|
|
#list{
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
|
|
|
|
top:0;
|
|
|
|
|
width: 20rem;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background-color: aqua;
|
2020-03-15 19:02:37 +00:00
|
|
|
}
|
|
|
|
|
|
2020-03-16 16:21:41 +00:00
|
|
|
#switch{
|
|
|
|
|
width: 25rem;
|
|
|
|
|
height: 5rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 0;
|
|
|
|
|
left: -50%;
|
|
|
|
|
background-color: aqua;
|
2020-03-15 19:02:37 +00:00
|
|
|
}
|
|
|
|
|
|
2020-03-16 16:21:41 +00:00
|
|
|
#main{
|
|
|
|
|
width: 65rem;
|
|
|
|
|
height: 38rem;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: 10rem;
|
|
|
|
|
left: -50%;
|
|
|
|
|
background-color: aqua;
|
2020-03-15 19:02:37 +00:00
|
|
|
}
|