-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbest.css
65 lines (60 loc) · 1.08 KB
/
best.css
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
.b-best-block {}
.b-best-block__item {
padding-bottom: 25px;
margin-bottom: 25px;
border-bottom: 3px solid #000;
}
.b-best-block__item__image {
margin-bottom: 30px;
display: block;
}
.b-best-block__item__link {
margin-top: 15px;
}
.b-best-block__item p a {
font-size: 9pt;
display: block;
margin: -2px 0 0 20px;
}
.b-grid {
margin-right: -20px;
}
.b-grid:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
}
.b-best-block .b-gird__column {
float: left;
width: 330px;
margin-right: 20px;
}
.banner {
background: none repeat scroll 0 0 #F4F4F3;
font-size: 7pt;
margin-bottom: 40px;
padding: 17px 18px 45px;
text-align: center;
text-shadow: 0 1px 0 #FFFFFF;
}
.banner h5 {
font-size: 7pt;
font-style: normal;
margin: 0 0 15px;
}
.banner div {
margin-left: auto;
margin-right: auto;
}
.b-best-block h2 {
font-size: 10.5pt;
margin-bottom: 30px;
color: #333333;
}
@media screen and (max-width:1070px) {
.b-best-block .b-gird__column {
width: 305px;
}
}