Authored by 郝肖肖

search list css

@@ -150,40 +150,41 @@ @@ -150,40 +150,41 @@
150 } 150 }
151 } 151 }
152 152
153 - .search-associate {  
154 - width: 100%;  
155 - background: #f8f8f8;  
156 - display: none;  
157 - position: absolute;  
158 - z-index: 1; 153 +}
159 154
160 - li {  
161 - height: 84px;  
162 - line-height: 84px;  
163 - width: 100%;  
164 - padding: 0 20px;  
165 - clear: both;  
166 - margin-bottom: 5px;  
167 - background: #fff;  
168 - box-sizing: border-box;  
169 - } 155 +.search-associate {
  156 + width: 100%;
  157 + background: #f8f8f8;
  158 + display: none;
  159 + position: absolute;
  160 + z-index: 1;
  161 +
  162 + li {
  163 + height: 84px;
  164 + line-height: 84px;
  165 + width: 100%;
  166 + padding: 0 20px;
  167 + clear: both;
  168 + margin-bottom: 5px;
  169 + background: #fff;
  170 + box-sizing: border-box;
  171 + }
170 172
171 - .keyword {  
172 - float: left;  
173 - font-size: 30px;  
174 - } 173 + .keyword {
  174 + float: left;
  175 + font-size: 30px;
  176 + }
175 177
176 - .count {  
177 - float: right;  
178 - color: #b0b0b0;  
179 - font-size: 18px; 178 + .count {
  179 + float: right;
  180 + color: #b0b0b0;
  181 + font-size: 18px;
180 182
181 - i {  
182 - font-size: 12PX;  
183 - margin-left: 10px;  
184 - position: relative;  
185 - top: 3px;  
186 - } 183 + i {
  184 + font-size: 12PX;
  185 + margin-left: 10px;
  186 + position: relative;
  187 + top: 3px;
187 } 188 }
188 } 189 }
189 } 190 }