seckill.scss
3.2 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
.seckill {
padding-left: 20px;
.seckill-tab {
width: 100%;
overflow-x: scroll;
white-space: nowrap;
height: 58px;
.tab-item {
background: #ef8e88;
border-radius: 12px;
color: #fff;
display: inline-block;
text-align: center;
margin-right: 7px;
height: 48px;
padding: 5px 0;
white-space: normal;
width: 100px;
line-height: 22px;
}
.date {
width: 100%;
display: inline-block;
font-size: 16px;
transform: scale(0.9);
}
.time {
width: 100%;
display: inline-block;
font-size: 18px;
}
.actived {
background: #460c0b;
}
}
.out-seckill-tab {
height: 48px;
overflow: hidden;
}
.out-product-list {
height: 248px;
overflow: hidden;
margin-top: 15px;
}
.product-list {
overflow-x: scroll;
white-space: nowrap;
height: 258px;
.product {
width: 160px;
margin-right: 17px;
display: inline-block;
.img-box {
width: 160px;
height: 216px;
position: relative;
}
img {
width: 100%;
height: 100%;
}
.product-brand {
width: 100%;
height: 40px;
line-height: 40px;
background: #25292c;
color: #fff;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 12px;
position: absolute;
bottom: 0;
}
.seckill-status {
height: 28px;
color: #fff;
background-size: contain;
background-repeat: no-repeat;
padding-left: 7px;
box-sizing: border-box;
}
.status-0 {
background-image: url("img/activity/seckill/seckill-0.png");
}
.price {
font-size: 12px;
float: left;
width: 50%;
}
.market-price {
text-decoration: line-through;
transform: scale(0.9);
display: inline-block;
}
.status-type {
width: 50%;
text-align: center;
display: inline-block;
border: none;
}
}
}
.less-than-3 {
height: 280px;
.product-list {
height: 280px;
}
.product {
width: 192px;
margin-right: 7px;
&:last-child {
margin-right: 0;
}
.img-box {
width: 192px;
height: 244px;
}
.seckill-status {
height: 36px;
line-height: 36px;
}
}
}
}