13 lines
190 B
CSS
13 lines
190 B
CSS
|
|
/* 搜索区域 */
|
|
.search-section {
|
|
padding: 0;
|
|
}
|
|
|
|
.search-container {
|
|
background-color: white;
|
|
border-radius: 12px;
|
|
padding: 1.5rem;
|
|
box-shadow: var(--card-shadow);
|
|
}
|