|
@@ -6,7 +6,7 @@ |
|
@@ -6,7 +6,7 @@ |
6
|
<div class="brand-box" v-for="brand in item.brands">
|
6
|
<div class="brand-box" v-for="brand in item.brands">
|
7
|
<a href="{{brand.domain | brandUrl}}">
|
7
|
<a href="{{brand.domain | brandUrl}}">
|
8
|
<div class="brand-logo">
|
8
|
<div class="brand-logo">
|
9
|
- <img v-lazy="brand.logo | resize 150 150" alt="{{brand.name}}">
|
9
|
+ <img v-lazy="brand.logo | resize 136 136" alt="{{brand.name}}">
|
10
|
</div>
|
10
|
</div>
|
11
|
<span class="brand-name">{{brand.name}}</span>
|
11
|
<span class="brand-name">{{brand.name}}</span>
|
12
|
</a>
|
12
|
</a>
|
|
@@ -25,12 +25,17 @@ |
|
@@ -25,12 +25,17 @@ |
25
|
.per-brand-box {
|
25
|
.per-brand-box {
|
26
|
background: #fff;
|
26
|
background: #fff;
|
27
|
padding: 0 30px;
|
27
|
padding: 0 30px;
|
|
|
28
|
+
|
|
|
29
|
+ &:not(:first-of-type) {
|
|
|
30
|
+ margin-top: 20px;
|
|
|
31
|
+ }
|
28
|
|
32
|
|
29
|
.index {
|
33
|
.index {
|
30
|
- padding: 18px 0;
|
34
|
+ height: 60px;
|
|
|
35
|
+ line-height: 60px;
|
31
|
|
36
|
|
32
|
a {
|
37
|
a {
|
33
|
- font-size: 36px;
|
38
|
+ font-size: 32px;
|
34
|
}
|
39
|
}
|
35
|
}
|
40
|
}
|
36
|
}
|
41
|
}
|
|
@@ -40,15 +45,17 @@ |
|
@@ -40,15 +45,17 @@ |
40
|
}
|
45
|
}
|
41
|
|
46
|
|
42
|
.brand-box {
|
47
|
.brand-box {
|
43
|
- width: 24%;
|
|
|
44
|
- height: 180px;
|
48
|
+ width: 172px;
|
|
|
49
|
+ height: 162px;
|
45
|
float: left;
|
50
|
float: left;
|
46
|
overflow: hidden;
|
51
|
overflow: hidden;
|
47
|
text-align: center;
|
52
|
text-align: center;
|
48
|
- margin: 0 0.5%;
|
53
|
+ margin-bottom: 20px;
|
49
|
|
54
|
|
50
|
.brand-logo {
|
55
|
.brand-logo {
|
51
|
- height: 150px;
|
56
|
+ margin: 0 auto;
|
|
|
57
|
+ width: 136px;
|
|
|
58
|
+ height: 136px;
|
52
|
overflow: hidden;
|
59
|
overflow: hidden;
|
53
|
|
60
|
|
54
|
img {
|
61
|
img {
|
|
@@ -57,7 +64,8 @@ |
|
@@ -57,7 +64,8 @@ |
57
|
}
|
64
|
}
|
58
|
|
65
|
|
59
|
.brand-name {
|
66
|
.brand-name {
|
60
|
- width: 100%;
|
67
|
+ width: 136px;
|
|
|
68
|
+ font-size: 18px;
|
61
|
color: #d0d0d0;
|
69
|
color: #d0d0d0;
|
62
|
overflow: hidden;
|
70
|
overflow: hidden;
|
63
|
white-space: nowrap;
|
71
|
white-space: nowrap;
|