style fix

This commit is contained in:
Cai
2025-10-27 11:42:21 +08:00
parent c73ea44747
commit 960d1f1dd9
5 changed files with 202 additions and 34 deletions

View File

@@ -20,11 +20,19 @@ body {
main {
flex: 1;
}
footer {
background-color: #f8f9fa;
text-align: center;
padding: 10px 0;
/* 搜索区域 */
.search-section {
padding: 0;
}
.search-container {
background-color: white;
border-radius: 12px;
padding: 1.5rem;
box-shadow: var(--card-shadow);
}
/* Header styles */
header {
background-color: #2575fc;