blob: f1cc964cb524ff30d8313840e38aeaa6efb33f66 [file] [log] [blame]
LaoeGaocia8f7d6c2025-06-04 15:39:49 +08001.HotResource {
2 max-width: 1200px;
3 margin: 0 auto;
4 padding: 0 2rem;
5}
6
7.searchBar {
8 max-width: 1000px;
9 padding: 0;
10 width: 85%;
11 height: 50px;
12
13 .search-helper {
14 height: 50px;
15 padding-left: 2.5rem;
16 border-radius: 10px 0px 0px 10px;
17 font-size: 1.1rem;
18 border: 1px solid #ddd;
19 }
20}
21
22.classificationButton {
23 height: 50px;
24 width: 15%;
25 border-radius: 0 10px 10px 0;
26}
27
28.header {
29 display: flex;
30 align-items: center;
31
32 flex-direction: row;
33 margin-top: 1rem;
34 margin-bottom: 1rem;
35}
36
37.sidebar {
38 width: 400px;
39}
40
41.sidebar-content {
42 width: 100%;
43}
44
45.filter-section {
46 display: flex;
47 flex-wrap: wrap;
48 gap: 0.5rem;
49 margin-bottom: 1rem;
50}
51
52.filter-confirm {
53 margin-top: 10rem;
54 text-align: center;
55}
56
57.Paginator{
58 margin-bottom: 1rem;
59}