|
@@ -13,7 +13,7 @@ |
|
@@ -13,7 +13,7 @@ |
13
|
text-align: center;
|
13
|
text-align: center;
|
14
|
z-index: 10;
|
14
|
z-index: 10;
|
15
|
background-color: #fff;
|
15
|
background-color: #fff;
|
16
|
- padding: 0 200px 84px 200px;
|
16
|
+ padding: 0 200px 84px;
|
17
|
border-bottom: 5px solid #e0e0e0;
|
17
|
border-bottom: 5px solid #e0e0e0;
|
18
|
width: 100%;
|
18
|
width: 100%;
|
19
|
|
19
|
|
|
@@ -121,27 +121,6 @@ |
|
@@ -121,27 +121,6 @@ |
121
|
background: #f6f6f6;
|
121
|
background: #f6f6f6;
|
122
|
border-top: 1px solid #eee;
|
122
|
border-top: 1px solid #eee;
|
123
|
|
123
|
|
124
|
- .per-brand-box {
|
|
|
125
|
- background: #fff;
|
|
|
126
|
- padding: 0 30px;
|
|
|
127
|
- border-top: 1px solid #eee;
|
|
|
128
|
- border-bottom: 1px solid #eee;
|
|
|
129
|
- overflow: hidden;
|
|
|
130
|
-
|
|
|
131
|
- &:not(:first-of-type) {
|
|
|
132
|
- margin-top: 20px;
|
|
|
133
|
- }
|
|
|
134
|
-
|
|
|
135
|
- .index {
|
|
|
136
|
- height: 60px;
|
|
|
137
|
- line-height: 60px;
|
|
|
138
|
-
|
|
|
139
|
- a {
|
|
|
140
|
- font-size: 32px;
|
|
|
141
|
- }
|
|
|
142
|
- }
|
|
|
143
|
- }
|
|
|
144
|
-
|
|
|
145
|
.brand-big-box {
|
124
|
.brand-big-box {
|
146
|
width: 100%;
|
125
|
width: 100%;
|
147
|
}
|
126
|
}
|
|
@@ -154,6 +133,17 @@ |
|
@@ -154,6 +133,17 @@ |
154
|
text-align: center;
|
133
|
text-align: center;
|
155
|
margin-bottom: 20px;
|
134
|
margin-bottom: 20px;
|
156
|
|
135
|
|
|
|
136
|
+ .brand-name {
|
|
|
137
|
+ width: 136px;
|
|
|
138
|
+ font-size: 18px;
|
|
|
139
|
+ color: #d0d0d0;
|
|
|
140
|
+ overflow: hidden;
|
|
|
141
|
+ white-space: nowrap;
|
|
|
142
|
+ text-overflow: ellipsis;
|
|
|
143
|
+ display: inline-block;
|
|
|
144
|
+ }
|
|
|
145
|
+ }
|
|
|
146
|
+
|
157
|
.brand-logo {
|
147
|
.brand-logo {
|
158
|
margin: 0 auto;
|
148
|
margin: 0 auto;
|
159
|
width: 136px;
|
149
|
width: 136px;
|
|
@@ -164,15 +154,25 @@ |
|
@@ -164,15 +154,25 @@ |
164
|
width: 100%;
|
154
|
width: 100%;
|
165
|
}
|
155
|
}
|
166
|
}
|
156
|
}
|
|
|
157
|
+ }
|
167
|
|
158
|
|
168
|
- .brand-name {
|
|
|
169
|
- width: 136px;
|
|
|
170
|
- font-size: 18px;
|
|
|
171
|
- color: #d0d0d0;
|
159
|
+ .per-brand-box {
|
|
|
160
|
+ background: #fff;
|
|
|
161
|
+ padding: 0 30px;
|
|
|
162
|
+ border-top: 1px solid #eee;
|
|
|
163
|
+ border-bottom: 1px solid #eee;
|
172
|
overflow: hidden;
|
164
|
overflow: hidden;
|
173
|
- white-space: nowrap;
|
|
|
174
|
- text-overflow: ellipsis;
|
|
|
175
|
- display: inline-block;
|
165
|
+
|
|
|
166
|
+ &:not(:first-of-type) {
|
|
|
167
|
+ margin-top: 20px;
|
|
|
168
|
+ }
|
|
|
169
|
+
|
|
|
170
|
+ .index {
|
|
|
171
|
+ height: 60px;
|
|
|
172
|
+ line-height: 60px;
|
|
|
173
|
+
|
|
|
174
|
+ a {
|
|
|
175
|
+ font-size: 32px;
|
176
|
}
|
176
|
}
|
177
|
}
|
177
|
}
|
178
|
}
|
178
|
}
|
|
@@ -330,7 +330,6 @@ |
|
@@ -330,7 +330,6 @@ |
330
|
}
|
330
|
}
|
331
|
|
331
|
|
332
|
.resources {
|
332
|
.resources {
|
333
|
-
|
|
|
334
|
.recommend-content-five {
|
333
|
.recommend-content-five {
|
335
|
margin-top: -1px;
|
334
|
margin-top: -1px;
|
336
|
width: 100%;
|
335
|
width: 100%;
|