Merge branch 'feature/guangTag' into release/6.0
Showing
6 changed files
with
1 additions
and
31 deletions
@@ -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}} |
public/img/guang/collocation.png
deleted
100644 → 0
4.06 KB
public/img/guang/fashion-good.png
deleted
100644 → 0
4.08 KB
public/img/guang/msg-reco.png
deleted
100644 → 0
2.2 KB
public/img/guang/topic.png
deleted
100644 → 0
4.09 KB
@@ -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 { |
-
Please register or login to post a comment