_brand.scss
2.18 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
.brand-page {
.hot-brand {
margin: (30rem / $pxConvertRem) 0 0;
.hot-brand-list {
background: #fff;
li {
float: left;
width: 158rem / $pxConvertRem;
height: 158rem / $pxConvertRem;
.img-box {
width: 100%;
height: 100%;
}
}
}
}
.brand-list {
width: 100%;
.title-bar {
width: 100%;
background: #eeeeee;
color: #999999;
font-weight: bold;
position: relative;
h2 {
width: 100%;
height: 25px;
line-height: 25px;
font-size: 17px;
border-top: 1px solid #e6e6e6;
background-color: #f4f4f4;
}
}
p {
cursor: pointer;
height: 25px;
padding-right: 10px;
a {
height: 38px;
line-height: 38px;
padding-top: 5px;
display: block;
font-size: 17px;
border-bottom: 1px solid #f3f3f3;
border-top: 1px solid #f9f9f9;
i {
position: relative;
top: 1px;
color: #ff0000;
padding-left: 16px;
}
}
}
}
.right-bar {
width: 30px;
top: 120px !important;
overflow: hidden;
position: fixed;
right: 1px;
border-radius: 6px;
background: rgba(0,0,0,.8);
b {
height: 16px;
line-height: 14px;
text-align: center;
display: block;
color: #999999;
font-weight: bold;
}
}
.con {
padding-top: 5px;
}
}