Merge branch 'feature/searchRecommendLength' into feature/tdk313
Showing
1 changed file
with
4 additions
and
2 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 | - height: 42px; | ||
5 | - line-height: 42px; | 4 | + line-height: 22px; |
6 | background-color: #f5f5f5; | 5 | background-color: #f5f5f5; |
7 | color: #000; | 6 | color: #000; |
7 | + font-size: 16px; | ||
8 | + padding-top: 10px; | ||
9 | + padding-bottom: 10px; | ||
8 | padding-left: 9px; | 10 | padding-left: 9px; |
9 | margin-bottom: 10px; | 11 | margin-bottom: 10px; |
10 | em { | 12 | em { |
-
Please register or login to post a comment