Authored by mark

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

@@ -398,7 +398,9 @@ @@ -398,7 +398,9 @@
398 <p> 398 <p>
399 <span class="bottom-title bottom-cur">店铺推荐</span> 399 <span class="bottom-title bottom-cur">店铺推荐</span>
400 <span class="bottom-title">最近浏览</span> 400 <span class="bottom-title">最近浏览</span>
401 - <span class="bottom-title change">换一批</span> 401 + <span class="bottom-title change">换一批
  402 + <span class="iconfont change-icon">&#xe639;</span>
  403 + </span>
402 </p> 404 </p>
403 </div> 405 </div>
404 <div class="individual-comment info-block info-bootom"> 406 <div class="individual-comment info-block info-bootom">
@@ -671,6 +671,10 @@ @@ -671,6 +671,10 @@
671 671
672 .change{ 672 .change{
673 float: right; 673 float: right;
  674 +
  675 + .change-icon{
  676 + font-size: 18px;
  677 + }
674 } 678 }
675 679
676 } 680 }
@@ -1323,6 +1327,7 @@ @@ -1323,6 +1327,7 @@
1323 width: 990px; 1327 width: 990px;
1324 margin: 0 auto; 1328 margin: 0 auto;
1325 height: auto; 1329 height: auto;
  1330 + margin-top: 30px;
1326 1331
1327 > div { 1332 > div {
1328 float: left; 1333 float: left;
@@ -1470,6 +1475,7 @@ @@ -1470,6 +1475,7 @@
1470 position: relative; 1475 position: relative;
1471 height: 280px; 1476 height: 280px;
1472 overflow: hidden; 1477 overflow: hidden;
  1478 + margin-top: 30px;
1473 1479
1474 .recommend-slider { 1480 .recommend-slider {
1475 margin: 0 80px; 1481 margin: 0 80px;