Authored by xuqi

rm icon from good info

... ... @@ -28,9 +28,7 @@
isReNew: true //再到着
}
],
isFew: true, //即将售罄
isLike: false, //是否显示收藏
likeUrl: '' //收藏的URL
isFew: true //即将售罄
}
### 侧栏导航
... ...
... ... @@ -54,21 +54,6 @@
.good-detail-img {
position: relative;
.good-islike {
position: absolute;
width: 60rem / $pxConvertRem;
height: 60rem / $pxConvertRem;
top: 0rem / $pxConvertRem;
right: 0rem / $pxConvertRem;
line-height: 60rem / $pxConvertRem;
font-size: 30rem / $pxConvertRem;
text-align: center;
color: #b0b0b0;
text-decoration: none;
}
.good-like {
color: #d72928;
}
img {
display: block;
width: 100%;
... ...
... ... @@ -19,7 +19,6 @@
{{/ tags}}
</div>
<div class="good-detail-img">
<a class="good-islike {{# isLike}}good-like{{/ isLike}} iconfont" href="{{likeUrl}}">&#xe605;</a>
<a class="good-thumb" href="{{url}}">
<img class="lazy" data-original="{{thumb}}">
</a>
... ...