This commit is contained in:
DelLevin-Home
2026-06-17 01:51:11 +08:00
parent bb66913eab
commit db033c661f
28 changed files with 3744 additions and 31 deletions

View File

@@ -17,7 +17,7 @@
}
/* 左侧面板 */
.left-panel {
width: 420px;
max-width: 420px; width: 100%;
flex-shrink: 0;
display: flex;
flex-direction: column;
@@ -316,6 +316,14 @@
padding: 12px 20px; border-top: 1px solid #f0f0f0;
display: flex; justify-content: flex-end; gap: 8px;
}
@media (max-width: 768px) {
body { flex-direction: column; height: auto; overflow: auto; }
.left-panel { width: 100% !important; max-width: 100% !important; height: auto; border-right: none; border-bottom: 1px solid #e8e8e8; overflow-y: visible; }
.right-panel { height: auto; min-height: 50vh; }
.card-pair { flex-direction: column; }
.modal { width: 92vw !important; max-height: 90vh; overflow-y: auto; left: 4vw !important; transform: none !important; }
.input-section { padding: 14px 16px 20px; }
}
</style>
</head>
<body>