_category.css
1.37 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
.category-map-page {
.path-nav {
padding: 22px 0;
}
.list-block {
font-size: 12px;
border: 1px solid #dfdfdf;
margin-bottom: 30px;
.main-title {
line-height: 50px;
background-color: #eaeceb;
padding-left: 20px;
font-weight: bold;
}
> p {
display: block;
padding: 10px 0 10px 100px;
line-height: 30px;
border-top: 1px solid #dfdfdf;
position: relative;
box-sizing: border-box;
a {
margin-right: 20px;
}
}
.left-title {
position: absolute;
left: 20px;
font-weight: bold;
}
.channel-name {
padding-left: 0;
font-weight: bold;
text-align: center;
font-size: 14px;
}
}
.hot-brands {
width: 101%;
margin-bottom: 70px;
> a {
width: 116px;
height: 70px;
display: block;
padding: 10px 8px;
float: left;
box-sizing: border-box;
border: 1px solid #dfdfdf;
margin-left: -1px;
margin-top: -1px;
}
img {
width: 100%;
height: 100%;
display: block;
}
}
}