Authored by 郭成尧

search-style-adjust

1 .search-page { 1 .search-page {
  2 + ::-webkit-scrollbar {
  3 + width: 0;
  4 + height: 0;
  5 + }
  6 +
2 .search-input { 7 .search-input {
3 position: relative; 8 position: relative;
4 padding: 14px 22px; 9 padding: 14px 22px;
@@ -51,13 +56,12 @@ @@ -51,13 +56,12 @@
51 width: 100%; 56 width: 100%;
52 overflow-x: auto; 57 overflow-x: auto;
53 border-bottom: 1px solid #e0e0e0; 58 border-bottom: 1px solid #e0e0e0;
54 - height: 115px;  
55 59
56 .new-hot { 60 .new-hot {
57 background: #fff; 61 background: #fff;
58 padding-left: 30px; 62 padding-left: 30px;
59 - height: 110px;  
60 padding-top: 25px; 63 padding-top: 25px;
  64 + padding-bottom: 25px;
61 } 65 }
62 66
63 .hot-term { 67 .hot-term {
@@ -75,7 +79,7 @@ @@ -75,7 +79,7 @@
75 background: #fff; 79 background: #fff;
76 font-size: 0.7rem; 80 font-size: 0.7rem;
77 width: auto; 81 width: auto;
78 - margin-right: 15px; 82 + margin-right: 15px;
79 } 83 }
80 84
81 .hot-title { 85 .hot-title {
@@ -84,7 +88,6 @@ @@ -84,7 +88,6 @@
84 border: none; 88 border: none;
85 padding: 0; 89 padding: 0;
86 } 90 }
87 -  
88 } 91 }
89 92
90 .search-items { 93 .search-items {
@@ -121,7 +124,6 @@ @@ -121,7 +124,6 @@
121 border-top: 1px solid #e0e0e0; 124 border-top: 1px solid #e0e0e0;
122 background: #fff; 125 background: #fff;
123 padding: 30px; 126 padding: 30px;
124 - /*margin-top: 30px;*/  
125 } 127 }
126 128
127 .clear-icon { 129 .clear-icon {
@@ -152,7 +154,6 @@ @@ -152,7 +154,6 @@
152 } 154 }
153 } 155 }
154 156
155 -  
156 .search-content-title { 157 .search-content-title {
157 height: 40px; 158 height: 40px;
158 159