Authored by zhangxiaoru

热搜

@@ -47,7 +47,6 @@ @@ -47,7 +47,6 @@
47 } 47 }
48 48
49 .search-items { 49 .search-items {
50 -/* margin: 40px 20px;*/  
51 background: #f0f0f0; 50 background: #f0f0f0;
52 51
53 h3 { 52 h3 {
@@ -94,7 +93,7 @@ @@ -94,7 +93,7 @@
94 } 93 }
95 94
96 .hot-term { 95 .hot-term {
97 - padding-top: 30px; 96 + padding-top: 30px;
98 } 97 }
99 } 98 }
100 99
@@ -171,10 +170,6 @@ @@ -171,10 +170,6 @@
171 } 170 }
172 } 171 }
173 172
174 - /*.hot-search {  
175 - margin-top: 38px;  
176 - }*/  
177 -  
178 .history-search { 173 .history-search {
179 padding-top: 30px; 174 padding-top: 30px;
180 } 175 }
@@ -227,9 +222,11 @@ @@ -227,9 +222,11 @@
227 position: relative; 222 position: relative;
228 padding: 14px 22px; 223 padding: 14px 22px;
229 background: #f8f8f8; 224 background: #f8f8f8;
  225 +
230 form { 226 form {
231 width: 100%; 227 width: 100%;
232 } 228 }
  229 +
233 .search-icon { 230 .search-icon {
234 position: absolute; 231 position: absolute;
235 font-size: 24px; 232 font-size: 24px;
@@ -296,7 +293,7 @@ @@ -296,7 +293,7 @@
296 overflow: hidden; 293 overflow: hidden;
297 text-overflow: ellipsis; 294 text-overflow: ellipsis;
298 white-space: nowrap; 295 white-space: nowrap;
299 - border:1px solid #b8b8b8; 296 + border: 1px solid #b8b8b8;
300 border-radius: 0.2rem; 297 border-radius: 0.2rem;
301 } 298 }
302 299
@@ -304,27 +301,27 @@ @@ -304,27 +301,27 @@
304 font-size: 28px; 301 font-size: 28px;
305 } 302 }
306 303
307 - .clear-icon{ 304 + .clear-icon {
308 float: right; 305 float: right;
309 color: #b8b8b8; 306 color: #b8b8b8;
310 border: none; 307 border: none;
311 background: white; 308 background: white;
312 } 309 }
313 310
314 - span{ 311 + span {
315 margin-right: 10px; 312 margin-right: 10px;
316 font-size: 14px; 313 font-size: 14px;
317 } 314 }
318 315
319 - .history-search{  
320 - border-bottom:1px solid #f3f3f3; 316 + .history-search {
  317 + border-bottom: 1px solid #f3f3f3;
321 } 318 }
322 319
323 - .hot-search{ 320 + .hot-search {
324 margin-top: 20px; 321 margin-top: 20px;
325 } 322 }
326 323
327 - .clearfix{ 324 + .clearfix {
328 margin-left: 30px; 325 margin-left: 30px;
329 } 326 }
330 327
@@ -332,4 +329,4 @@ @@ -332,4 +329,4 @@
332 font-size: 24px; 329 font-size: 24px;
333 } 330 }
334 } 331 }
335 -}  
  332 +}