|
@@ -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%;
|
|
@@ -20,12 +20,26 @@ |
|
@@ -20,12 +20,26 @@ |
20
|
background: #fff;
|
20
|
background: #fff;
|
21
|
}
|
21
|
}
|
22
|
}
|
22
|
}
|
23
|
-
|
|
|
24
|
- .newarrival-nav {
|
23
|
+
|
|
|
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
|
+ }
|
|
|
63
|
+ }
|
|
|
64
|
+
|
|
|
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
|
+ }
|
37
|
}
|
73
|
}
|
38
|
|
74
|
|
39
|
- .newarrival-nav-item {
|
|
|
40
|
- box-sizing: border-box;
|
|
|
41
|
- float: left;
|
|
|
42
|
- width: 25%;
|
|
|
43
|
- height: 60rem / $pxConvertRem;
|
|
|
44
|
- line-height: 60rem / $pxConvertRem;
|
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;
|
79
|
+ font-size: 1.2em;
|
|
|
80
|
+ margin-top: 160px;
|
|
|
81
|
+ }
|
48
|
|
82
|
|
49
|
- &.focus {
|
|
|
50
|
- color: #000;
|
|
|
51
|
- }
|
83
|
+ .goods-container {
|
|
|
84
|
+ position: relative;
|
|
|
85
|
+ min-height: 440px;
|
52
|
}
|
86
|
}
|
53
|
|
87
|
|
54
|
} |
88
|
} |