2025-04-05 22:17:52 +08:00
|
|
|
@media screen and (max-width: 768px) {
|
|
|
|
.main-layout {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
2025-04-20 17:24:21 +08:00
|
|
|
#fullscreen-button {
|
|
|
|
padding-right: 10px;
|
|
|
|
padding-top: 10px;
|
2025-04-05 22:17:52 +08:00
|
|
|
}
|
|
|
|
|
2025-04-20 17:24:21 +08:00
|
|
|
.left-panel {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2025-04-05 22:17:52 +08:00
|
|
|
}
|
|
|
|
|
2025-04-20 17:24:21 +08:00
|
|
|
.right-panel {
|
|
|
|
width: 100%;
|
|
|
|
display: none;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2025-04-05 22:17:52 +08:00
|
|
|
}
|
|
|
|
|
2025-04-20 17:24:21 +08:00
|
|
|
.switch_button {
|
|
|
|
position: fixed;
|
|
|
|
left: 50%;
|
|
|
|
right: auto;
|
|
|
|
transform: translateX(-50%);
|
|
|
|
bottom: 120px;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
2025-04-05 22:17:52 +08:00
|
|
|
}
|