rm icon from good info
Showing
3 changed files
with
1 additions
and
19 deletions
@@ -54,21 +54,6 @@ | @@ -54,21 +54,6 @@ | ||
54 | 54 | ||
55 | .good-detail-img { | 55 | .good-detail-img { |
56 | position: relative; | 56 | position: relative; |
57 | - .good-islike { | ||
58 | - position: absolute; | ||
59 | - width: 60rem / $pxConvertRem; | ||
60 | - height: 60rem / $pxConvertRem; | ||
61 | - top: 0rem / $pxConvertRem; | ||
62 | - right: 0rem / $pxConvertRem; | ||
63 | - line-height: 60rem / $pxConvertRem; | ||
64 | - font-size: 30rem / $pxConvertRem; | ||
65 | - text-align: center; | ||
66 | - color: #b0b0b0; | ||
67 | - text-decoration: none; | ||
68 | - } | ||
69 | - .good-like { | ||
70 | - color: #d72928; | ||
71 | - } | ||
72 | img { | 57 | img { |
73 | display: block; | 58 | display: block; |
74 | width: 100%; | 59 | width: 100%; |
@@ -19,7 +19,6 @@ | @@ -19,7 +19,6 @@ | ||
19 | {{/ tags}} | 19 | {{/ tags}} |
20 | </div> | 20 | </div> |
21 | <div class="good-detail-img"> | 21 | <div class="good-detail-img"> |
22 | - <a class="good-islike {{# isLike}}good-like{{/ isLike}} iconfont" href="{{likeUrl}}"></a> | ||
23 | <a class="good-thumb" href="{{url}}"> | 22 | <a class="good-thumb" href="{{url}}"> |
24 | <img class="lazy" data-original="{{thumb}}"> | 23 | <img class="lazy" data-original="{{thumb}}"> |
25 | </a> | 24 | </a> |
-
Please register or login to post a comment