_left-right.css
828 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
.left-right-thumb-row {
background-color: #fff;
text-align: center;
margin-bottom: 30px;
padding: 30px 28px;
border-bottom: 1px solid #e0e0e0;
font-size: 0;
.thumb-row-box {
display: inline-block;
width: 276px;
height: 134px;
border-radius: 0;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center;
margin: 0;
&.first {
margin: 0 !important;
}
}
.left-thumb-row-box {
height: 296px;
}
.left-container {
float: left;
}
.right-container {
float: right;
width: 276px;
height: 296px;
border-radius: 4px;
margin: 0;
.right-thumb-row-box {
margin: 28px 0 0;
}
}
}