Authored by xuqi

maybe-like icon

... ... @@ -9,4 +9,12 @@
text-align: center;
color: #dadada;
}
.icon {
display: inline-block;
height: 31rem / $pxConvertRem;
width: 31rem / $pxConvertRem;
background: image-url('up-icon.png') no-repeat;
background-size: 100% 100%;
}
}
\ No newline at end of file
... ...
<div class="maybe-like">
<p class="title">
<i class="iconfont"></i>
<i class="icon"></i>
<span>你可能喜欢</span>
</p>
<div class="goods-list clearfix">
... ...