Authored by 周少峰

Merge branch 'feature/guangTag' into release/6.0

@@ -3,21 +3,7 @@ @@ -3,21 +3,7 @@
3 <div class="classification"> 3 <div class="classification">
4 {{classification}} 4 {{classification}}
5 </div> 5 </div>
6 - {{# isCollocation}}  
7 - <div class="type-icon collocation"></div>  
8 - {{/ isCollocation}}  
9 - {{# isFashionMan}}  
10 - <div class="type-icon fashion-man"></div>  
11 - {{/ isFashionMan}}  
12 - {{# isFashionGood}}  
13 - <div class="type-icon fashion-good"></div>  
14 - {{/ isFashionGood}}  
15 - {{# isTopic}}  
16 - <div class="type-icon topic"></div>  
17 - {{/ isTopic}}  
18 - {{# isSpecialTopic}}  
19 - <div class="type-icon special-topic"></div>  
20 - {{/ isSpecialTopic}} 6 + <div class="type-icon fashion-man"></div>
21 <a href="{{url}}" target="_blank"> 7 <a href="{{url}}" target="_blank">
22 <img class="lazy{{#if isSquareImg}} square{{/if}}" data-original="{{image2 img}}"> 8 <img class="lazy{{#if isSquareImg}} square{{/if}}" data-original="{{image2 img}}">
23 {{#if isVideo}}<i class="video-icon"></i>{{/if}} 9 {{#if isVideo}}<i class="video-icon"></i>{{/if}}
@@ -201,25 +201,9 @@ @@ -201,25 +201,9 @@
201 background-size: 100% 100%; 201 background-size: 100% 100%;
202 z-index: 100; 202 z-index: 100;
203 203
204 - &.collocation {  
205 - background: resolve("guang/collocation.png") no-repeat;  
206 - }  
207 -  
208 - &.fashion-good {  
209 - background: resolve("guang/fashion-good.png") no-repeat;  
210 - }  
211 -  
212 &.fashion-man { 204 &.fashion-man {
213 background: resolve("guang/fashion-man.png") no-repeat; 205 background: resolve("guang/fashion-man.png") no-repeat;
214 } 206 }
215 -  
216 - &.reco {  
217 - background: resolve("guang/msg-reco.png") no-repeat;  
218 - }  
219 -  
220 - &.topic {  
221 - background: resolve("guang/topic.png") no-repeat;  
222 - }  
223 } 207 }
224 208
225 .msg-info { 209 .msg-info {