Showing
2 changed files
with
6 additions
and
1 deletions
1 | -.search-suggest-less{ | 1 | +.search-suggest-less { |
2 | box-sizing: border-box; | 2 | box-sizing: border-box; |
3 | width: 100%; | 3 | width: 100%; |
4 | line-height: 22px; | 4 | line-height: 22px; |
@@ -9,6 +9,7 @@ | @@ -9,6 +9,7 @@ | ||
9 | padding-bottom: 10px; | 9 | padding-bottom: 10px; |
10 | padding-left: 9px; | 10 | padding-left: 9px; |
11 | margin-bottom: 10px; | 11 | margin-bottom: 10px; |
12 | + | ||
12 | em { | 13 | em { |
13 | display: inline-block; | 14 | display: inline-block; |
14 | max-width: 950px; | 15 | max-width: 950px; |
@@ -17,12 +18,14 @@ | @@ -17,12 +18,14 @@ | ||
17 | font-weight: normal; | 18 | font-weight: normal; |
18 | font-style: normal; | 19 | font-style: normal; |
19 | } | 20 | } |
21 | + | ||
20 | a { | 22 | a { |
21 | color: #d0021b; | 23 | color: #d0021b; |
22 | cursor: pointer; | 24 | cursor: pointer; |
23 | text-decoration: underline; | 25 | text-decoration: underline; |
24 | } | 26 | } |
25 | } | 27 | } |
28 | + | ||
26 | .filter-box { | 29 | .filter-box { |
27 | border: 1px solid #dfdfdf; | 30 | border: 1px solid #dfdfdf; |
28 | 31 | ||
@@ -226,6 +229,7 @@ | @@ -226,6 +229,7 @@ | ||
226 | color: #000; | 229 | color: #000; |
227 | } | 230 | } |
228 | } | 231 | } |
232 | + | ||
229 | .brand-more { | 233 | .brand-more { |
230 | margin-right: 10px; | 234 | margin-right: 10px; |
231 | cursor: pointer; | 235 | cursor: pointer; |
@@ -369,6 +373,7 @@ | @@ -369,6 +373,7 @@ | ||
369 | .attr-content { | 373 | .attr-content { |
370 | position: relative; | 374 | position: relative; |
371 | } | 375 | } |
376 | + | ||
372 | .senior-attr-wrap > .attr:hover { | 377 | .senior-attr-wrap > .attr:hover { |
373 | text-decoration: none; | 378 | text-decoration: none; |
374 | } | 379 | } |
-
Please register or login to post a comment