Authored by 梁志锋

update

@@ -21,25 +21,13 @@ @@ -21,25 +21,13 @@
21 } 21 }
22 } 22 }
23 23
24 - .discount-nav { 24 + .banner-top-single{
  25 + width: 100%;
  26 + height: 240rem / $pxConvertRem;
  27 + img {
  28 + display: block;
  29 + height: 100%;
25 width: 100%; 30 width: 100%;
26 - height: 60rem / $pxConvertRem;  
27 - padding: 10rem / $pxConvertRem 0;  
28 - background-color: #fff;  
29 - }  
30 -  
31 - .discount-nav-item {  
32 - box-sizing: border-box;  
33 - float: left;  
34 - width: 25%;  
35 - height: 60rem / $pxConvertRem;  
36 - line-height: 60rem / $pxConvertRem;  
37 - text-align: center;  
38 - color: #ccc;  
39 - border-right: 1px solid #ccc;  
40 -  
41 - &.focus {  
42 - color: #000;  
43 } 31 }
44 } 32 }
45 33
@@ -112,7 +100,7 @@ @@ -112,7 +100,7 @@
112 vertical-align: middle; 100 vertical-align: middle;
113 color: #ccc; 101 color: #ccc;
114 font-size: 1.2em; 102 font-size: 1.2em;
115 - margin-top: 220px; 103 + margin-top: 160px;
116 } 104 }
117 105
118 .goods-container { 106 .goods-container {
@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 3
4 .swiper-container { 4 .swiper-container {
5 width: 100%; 5 width: 100%;
6 - height: 310rem / $pxConvertRem; 6 + height: 240rem / $pxConvertRem;
7 7
8 img { 8 img {
9 height: 100%; 9 height: 100%;
@@ -21,11 +21,25 @@ @@ -21,11 +21,25 @@
21 } 21 }
22 } 22 }
23 23
24 - .newarrival-nav { 24 + .banner-top-single{
25 width: 100%; 25 width: 100%;
26 - height: 60rem / $pxConvertRem;  
27 - padding: 10rem / $pxConvertRem 0;  
28 - background-color: #fff; 26 + height: 240rem / $pxConvertRem;
  27 + img {
  28 + display: block;
  29 + height: 100%;
  30 + width: 100%;
  31 + }
  32 + }
  33 +
  34 + .list-nav {
  35 + > li {
  36 + float: left;
  37 + width: 25%;
  38 + height: 33px;
  39 + line-height: 33px;
  40 + text-align: center;
  41 + font-size: 14px;
  42 + }
29 43
30 a { 44 a {
31 display: block; 45 display: block;
@@ -34,21 +48,41 @@ @@ -34,21 +48,41 @@
34 height: 100%; 48 height: 100%;
35 color: #999; 49 color: #999;
36 } 50 }
  51 +
  52 + .active > a {
  53 + border-bottom: 2px solid #000;
  54 + color: #000;
  55 +
  56 + .iconfont {
  57 + color: #999;
  58 +
  59 + &.cur {
  60 + color: #000;
  61 + }
  62 + }
37 } 63 }
38 64
39 - .newarrival-nav-item {  
40 - box-sizing: border-box;  
41 - float: left;  
42 - width: 25%;  
43 - height: 60rem / $pxConvertRem;  
44 - line-height: 60rem / $pxConvertRem; 65 + .filter .iconfont {
  66 + font-size: 12px;
  67 + @include transition(transform 0.1 ease-in);
  68 + }
  69 +
  70 + .filter.active .iconfont {
  71 + @include rotate(-180deg);
  72 + }
  73 + }
  74 +
  75 + .no-result {
45 text-align: center; 76 text-align: center;
  77 + vertical-align: middle;
46 color: #ccc; 78 color: #ccc;
47 - border-right: 1px solid #ccc;  
48 -  
49 - &.focus {  
50 - color: #000; 79 + font-size: 1.2em;
  80 + margin-top: 160px;
51 } 81 }
  82 +
  83 + .goods-container {
  84 + position: relative;
  85 + min-height: 440px;
52 } 86 }
53 87
54 } 88 }
1 {{> layout/header}} 1 {{> layout/header}}
2 -<div class="good-list-page yoho-page"> 2 +<div class="newarrival-page yoho-page">
3 {{# headerBanner}} 3 {{# headerBanner}}
4 {{> product/banner_swipe_and_single}} 4 {{> product/banner_swipe_and_single}}
5 {{/ headerBanner}} 5 {{/ headerBanner}}
@@ -18,8 +18,10 @@ @@ -18,8 +18,10 @@
18 </div> 18 </div>
19 </div> 19 </div>
20 {{^}} 20 {{^}}
  21 +<div class="banner-top-single">
21 <a href={{url}}> 22 <a href={{url}}>
22 <img class="img" src={{img}}> 23 <img class="img" src={{img}}>
23 </a> 24 </a>
  25 +</div>
24 {{/if}} 26 {{/if}}
25 27