_left-right.css
1017 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
.outlet-page {
#thumb-row {
.thumb-row-box {
height: 132px;
border-radius: 0;
background-size: 100% 100%;
}
}
.left-right-thumb-row {
background-color: #f0f0f0;
text-align: center;
padding: 32px 0;
.thumb-row-box {
display: inline-block;
width: 275px;
height: 132px;
border-radius: 0;
background-size: 100% 100%;
background-repeat: no-repeat;
background-position: center;
margin: 0 14.4px;
&.first {
margin: 0 !important;
}
}
.left-thumb-row-box {
height: 308px;
}
.right-container {
display: inline-block;
width: 275px;
height: 280px;
border-radius: 4px;
margin: 0 14.4px;
.right-thumb-row-box {
margin: 32px 0 0;
}
}
}
}