_goods-list.css
1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
.goods-page {
.list-nav {
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
> li {
float: left;
width: 25%;
height: 66px;
text-align: center;
font-size: 28px;
line-height: 66px;
}
.bytouch {
background: #eee;
}
a {
display: block;
box-sizing: border-box;
width: 100%;
height: 100%;
color: #999;
}
.active > a {
color: #000;
.span-test {
display: inline-block;
box-sizing: border-box;
width: auto;
height: 100%;
}
.iconfont {
color: #999;
&.cur {
color: #000;
}
}
}
.new .iconfont {
font-weight: bold;
transform: scale(0.8);
}
.filter .iconfont {
font-size: 24px;
transition: transform 0.1 ease-in;
}
.filter.active .iconfont {
transform: rotate(-180deg);
}
.icon {
position: relative;
i {
position: absolute;
font-weight: bold;
transform: scale(0.8);
}
.up {
top: -22px;
}
.down {
top: -8px;
}
}
}
.no-result {
margin-top: 320px;
color: #ccc;
vertical-align: middle;
text-align: center;
font-size: 1.2em;
}
.goods-container {
position: relative;
padding-top: 8px;
padding-left: 15px;
min-height: 880px;
}
}