_brand.scss
948 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
39
40
41
42
43
44
45
46
47
48
.YOHONavTitle {
background-color: $YOHO-black-color;
color: $YOHO-white-color;
a {
color: $YOHO-white-color;
}
.listBack {
text-align: center;
}
h2 {
line-height: 44px;
}
}
.brandBox {
background-color: $YOHO-white-color;
overflow: hidden;
a {
display: block;
height: 44px;
line-height: 43px;
padding: 0 10px;
border-bottom: 1px solid $YOHO-dot-color;
margin-bottom: -1px;
}
.hotBlock {
background-color: $YOHO-red-color;
color: $YOHO-white-color;
padding:1px 3px;
font-size: 10px;
margin-left: 5px;
}
}
.filterBrandT {
background-color: $YOHO-search-color;
color: $YOHO-white-color;
padding: 0 10px;
height: 20px;
line-height: 20px;
}
.normalTitle {
text-align: center;
background-color: $YOHO-body-color;
h2 {
line-height: 44px;
}
}