Authored by mark

商品详情页改版 店铺推荐 最近浏览

... ... @@ -398,7 +398,9 @@
<p>
<span class="bottom-title bottom-cur">店铺推荐</span>
<span class="bottom-title">最近浏览</span>
<span class="bottom-title change">换一批</span>
<span class="bottom-title change">换一批
<span class="iconfont change-icon">&#xe639;</span>
</span>
</p>
</div>
<div class="individual-comment info-block info-bootom">
... ...
... ... @@ -671,6 +671,10 @@
.change{
float: right;
.change-icon{
font-size: 18px;
}
}
}
... ... @@ -1323,6 +1327,7 @@
width: 990px;
margin: 0 auto;
height: auto;
margin-top: 30px;
> div {
float: left;
... ... @@ -1470,6 +1475,7 @@
position: relative;
height: 280px;
overflow: hidden;
margin-top: 30px;
.recommend-slider {
margin: 0 80px;
... ...