Authored by
郭成尧
style-adjust
|
@@ -7,9 +7,11 @@ |
|
@@ -7,9 +7,11 @@ |
7
|
|
7
|
|
8
|
.recommend-brands {
|
8
|
.recommend-brands {
|
9
|
.panel-header {
|
9
|
.panel-header {
|
|
|
10
|
+ border-top: none;
|
10
|
border-bottom: none;
|
11
|
border-bottom: none;
|
11
|
}
|
12
|
}
|
12
|
.panel-body {
|
13
|
.panel-body {
|
|
|
14
|
+ padding-top: 0;
|
13
|
padding-left: 20px;
|
15
|
padding-left: 20px;
|
14
|
padding-right: 20px;
|
16
|
padding-right: 20px;
|
15
|
flex-wrap: wrap;
|
17
|
flex-wrap: wrap;
|
|
@@ -21,7 +23,7 @@ |
|
@@ -21,7 +23,7 @@ |
21
|
}
|
23
|
}
|
22
|
|
24
|
|
23
|
.brand-news-count {
|
25
|
.brand-news-count {
|
24
|
- margin-top: 20px;
|
26
|
+ margin: 20px 0;
|
25
|
width: 32%;
|
27
|
width: 32%;
|
26
|
|
28
|
|
27
|
img {
|
29
|
img {
|
|
@@ -66,7 +66,7 @@ |
|
@@ -66,7 +66,7 @@ |
66
|
}
|
66
|
}
|
67
|
|
67
|
|
68
|
.meta {
|
68
|
.meta {
|
69
|
- margin-top: 20px;
|
69
|
+ margin-top: 16px;
|
70
|
font-size: 12px;
|
70
|
font-size: 12px;
|
71
|
|
71
|
|
72
|
.iconfont {
|
72
|
.iconfont {
|
|
@@ -36,7 +36,7 @@ |
|
@@ -36,7 +36,7 @@ |
36
|
height: 50px;
|
36
|
height: 50px;
|
37
|
padding-left: 19px;
|
37
|
padding-left: 19px;
|
38
|
padding-right: 19px;
|
38
|
padding-right: 19px;
|
39
|
- line-height: 46px;
|
39
|
+ line-height: 50px;
|
40
|
color: #444;
|
40
|
color: #444;
|
41
|
border: 2px solid #444;
|
41
|
border: 2px solid #444;
|
42
|
border-radius: 5px;
|
42
|
border-radius: 5px;
|