Krishya | 7ec1dd0 | 2025-04-19 15:29:03 +0800 | [diff] [blame] | 1 | .search-bar { |
| 2 | display: flex; |
| 3 | align-items: center; |
| 4 | gap: 10px; |
| 5 | margin-bottom: 20px; |
Krishya | 1300cad | 2025-04-20 22:16:45 +0800 | [diff] [blame^] | 6 | margin-top: 20px; |
| 7 | margin-left: 950px; |
Krishya | 7ec1dd0 | 2025-04-19 15:29:03 +0800 | [diff] [blame] | 8 | } |
Krishya | 1300cad | 2025-04-20 22:16:45 +0800 | [diff] [blame^] | 9 | |
| 10 | .search-btn { |
| 11 | margin-right: -3px; |
| 12 | background-color: #e9ded2; |
| 13 | /* 文字颜色 */ |
| 14 | color: #4b322b; |
| 15 | padding: 8px 10px; /* 控制按钮的高度和宽度 */ |
| 16 | font-size: 15px; /* 控制文字大小 */ |
| 17 | } |
| 18 | |
| 19 | .search-input { |
| 20 | font-size: 15px; /* 控制文字大小 */ |
| 21 | } |