_sale-floor.css
1.77 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
92
93
94
95
.sale-floor {
&-banner {
height: 200px;
width: 100%;
overflow: hidden;
}
a.float-container {
float: left;
}
&-limit {
height: 360px;
width: 269px;
background: black;
}
a.time-floor {
position: relative;
}
&-time {
position: absolute;
top: 25px;
left: 49%;
margin-left: -69px;
color: #fff;
font-size: 28px;
.icon {
display: inline-block;
height: 26px;
width: 26px;
background: resolve("channel/sale-time.png");
background-size: 100% 100%;
vertical-align: text-bottom;
margin-right: 8px;
}
.limit-title {
font-size: 24px;
color: #fff;
margin-bottom: 18px;
}
span {
display: inline-block;
height: 35px;
background: #fff;
border-radius: 2px;
color: #444;
line-height: 35px;
text-align: center;
margin-right: 7px;
padding: 0 2px;
}
}
&-break {
height: 180px;
width: 284px;
}
&-discount {
height: 180px;
width: 284px;
}
&-entry {
display: block;
float: left;
height: 180px;
width: 87px;
img {
height: 100%;
width: 100%;
}
.title {
height: 140px;
width: 100%;
padding: 50px 34px 0;
font-size: 19px;
color: #444;
writing-mode: vertical-rl;
}
.entry {
text-align: center;
font-size: 12px;
color: #b0b0b0;
}
}
}