Authored by 郭成尧

Merge branch 'feature/wantSearch' into 'release/5.3.1'

搜索热搜跳转



See merge request !65
@@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
13 <ul class="search-associate"></ul> 13 <ul class="search-associate"></ul>
14 <div class="search-items"> 14 <div class="search-items">
15 {{#if hotTerms}} 15 {{#if hotTerms}}
16 - <div class="hot-search-new clearfix"> 16 + <div class="hot-search-new search-group clearfix">
17 17
18 <div class="search-content new-hot"> 18 <div class="search-content new-hot">
19 <ul class="clearfix swiper-wrapper"> 19 <ul class="clearfix swiper-wrapper">
@@ -78,6 +78,34 @@ @@ -78,6 +78,34 @@
78 background: #fff; 78 background: #fff;
79 } 79 }
80 80
  81 + .clear-icon {
  82 + float: right;
  83 + background: #fff;
  84 + }
  85 +
  86 + span {
  87 + margin-right: 5px;
  88 + }
  89 +
  90 + .search-group {
  91 + background: #fff;
  92 +
  93 + .ico-hot {
  94 + width: 22px;
  95 + height: 30px;
  96 + display: inline-block;
  97 + background: url("/search/hot-ico.png") no-repeat;
  98 + margin-right: 20px;
  99 + position: relative;
  100 + top: 2px;
  101 + }
  102 +
  103 + h3 {
  104 + color: #b0b0b0;
  105 + font-size: 28px;
  106 + }
  107 + }
  108 +
81 .hot-search-new { 109 .hot-search-new {
82 background: #f0f0f0; 110 background: #f0f0f0;
83 padding-bottom: 30px; 111 padding-bottom: 30px;
@@ -107,34 +135,6 @@ @@ -107,34 +135,6 @@
107 } 135 }
108 } 136 }
109 137
110 - .clear-icon {  
111 - float: right;  
112 - background: #fff;  
113 - }  
114 -  
115 - span {  
116 - margin-right: 5px;  
117 - }  
118 -  
119 - .search-group {  
120 - background: #fff;  
121 -  
122 - .ico-hot {  
123 - width: 22px;  
124 - height: 30px;  
125 - display: inline-block;  
126 - background: url("/search/hot-ico.png") no-repeat;  
127 - margin-right: 20px;  
128 - position: relative;  
129 - top: 2px;  
130 - }  
131 -  
132 - h3 {  
133 - color: #b0b0b0;  
134 - font-size: 28px;  
135 - }  
136 - }  
137 -  
138 .search-content-title { 138 .search-content-title {
139 height: 40px; 139 height: 40px;
140 140