_hot-brands.css
3.03 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
.hot-brands {
border-bottom: 1px solid #e0e0e0;
background: #fff;
.floor-header {
width: 100%;
background: #f0f0f0;
padding: 0 30px;
margin: 0;
border: 0;
h2 {
border: 1px solid #e0e0e0;
background: #fff;
border-bottom: 0;
}
}
a {
display: block;
text-decoration: none;
height: 100%;
}
.brand {
float: left;
width: 158px;
height: 174px;
border-right: 1px solid #e0e0e0;
border-top: 1px solid #e0e0e0;
overflow: hidden;
.brand-logo {
display: table-cell;
width: 158px;
height: 128px;
line-height: 128px;
text-align: center;
font-size: 0;
vertical-align: middle;
img {
max-width: 100%;
height: 100%;
}
}
.brand-name {
line-height: 44px;
font-size: 18px;
color: #babac2;
text-align: center;
text-decoration: none;
border-bottom: none;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
white-space: nowrap;
}
}
.brand:nth-child(5n) {
border-right: none;
}
.more {
float: left;
width: 317px;
height: 174px;
border-top: 1px solid #e0e0e0;
overflow: hidden;
a {
display: block;
width: 100%;
height: 100%;
&.default {
background: resolve("channel/more-brand.png") no-repeat;
background-size: 100% 100%;
}
}
}
}
.brands-swiper {
background: #fff;
width: 100%;
height: 160px;
border-top: 1px solid #e0e0e0;
overflow: hidden;
.brands-list {
position: relative;
height: 160px;
li {
float: left;
padding-left: 5%;
padding-bottom: 5%;
width: 21.875%;
height: 140px;
position: relative;
a {
position: relative;
display: block;
width: 100%;
height: 100%;
line-height: 140px;
font-size: 0;
}
img {
display: inline-block;
max-width: 100%;
max-height: 100%;
}
.brands-title {
position: absolute;
left: 40px;
right: 8px;
bottom: -5px;
height: 28px;
line-height: 28px;
text-align: center;
font-size: 18px;
color: #444;
background: rgba(255, 255, 255, 0.5);
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
white-space: nowrap;
}
}
}
}