new-brands.page.css
625 Bytes
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
@import "layout/panel";
@import "new/recommend";
.main-wrap {
background-color: #f0f0f0;
}
.recommend-brands {
.panel-header {
border-top: none;
border-bottom: none;
}
.panel-body {
padding-top: 0;
padding-left: 20px;
padding-right: 20px;
flex-wrap: wrap;
justify-content: space-between;
&:last-child {
border-bottom: none;
}
}
.brand-news-count {
margin: 20px 0;
width: 32%;
img {
height: auto;
}
}
}
.new-brands .brand-news-count .count {
display: none;
}