timed-cut.scss
1.53 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
.timed-cut-container {
width: 100%;
height: 390px;
background-size: 100% 100%;
position: relative;
> a {
color: #444;
display: block;
width: 100%;
height: 100%;
}
.act-time {
font-size: 20px;
transform: scale(0.8, 0.8);
transform-origin: 0% 0%;
line-height: 1.3;
position: absolute;
top: 29%;
left: 11.6%;
}
.now-price {
font-size: 38px;
font-weight: bold;
font-style: italic;
position: absolute;
top: 46%;
left: 25%;
}
.limit-time {
width: 44%;
line-height: 85px;
font-weight: bold;
color: #fff;
text-align: center;
position: absolute;
bottom: 3%;
left: 8.4%;
> p {
font-size: 20px;
display: inline-block;
width: 100%;
line-height: 1.4;
vertical-align: middle;
}
}
.opt-btn {
width: 85px;
height: 85px;
position: absolute;
bottom: 3%;
right: 8.1%;
background-size: 100% 100%;
}
.btn-status1 {
background-image: url("img/activity/feature/timed-cut-btn1.png");
}
.btn-status2 {
background-image: url("img/activity/feature/timed-cut-btn2.png");
}
.btn-status3 {
background-image: url("img/activity/feature/timed-cut-btn3.png");
}
.btn-status4 {
background-image: url("img/activity/feature/timed-cut-btn4.png");
}
}