_activity.css
3.04 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
150
151
152
153
.outlet-page {
.banner {
position: relative;
.outlet-activity-time {
position: absolute;
left: 10px;
top: 10px;
background-color: rgba(0, 0, 0, 0.6);
border-radius: 40px;
padding: 0 10px;
display: inline-block;
height: 40px;
line-height: 40px;
.iconfont {
display: inline-block;
margin-right: 5px;
position: relative;
top: -2px;
}
.iconfont,
span {
color: #fff;
font-size: 20px;
}
}
}
.back-ground-white {
display: block;
background-color: #f0f0f0;
position: relative;
padding: 20px 0;
width: 100%;
height: 300px;
.back-image {
width: 100%;
height: auto;
}
.center-square {
position: absolute;
background: rgba(255, 255, 255, 0.5);
opacity: 0.9;
top: 50px;
width: 70%;
margin-left: 15%;
height: 200px;
}
.logo {
opacity: 1;
width: 100px;
height: auto;
margin-bottom: 10px;
}
.num {
text-align: center;
font-size: 28px;
color: #ff0705;;
}
.title {
text-align: center;
font-size: 28px;
font-weight: bold;
}
.time {
text-align: center;
font-size: 22px;
}
}
.will-end-back {
display: inline-block;
position: relative;
margin: 40px 0;
width: 100%;
height: 300px;
.last-time {
position: absolute;
top: 10px;
margin-left: 15px;
height: 20px;
}
.logo {
top: 10px;
width: 80px;
height: 60px;
margin-right: 20px;
float: right;
}
.line-space {
width: 100%;
height: auto;
display: inline-block;
margin-bottom: 40px;
}
.num {
top: 10px;
width: 100px;
font-size: 30px;
color: #ff0705;
margin-left: 30px;
}
.title {
top: 10px;
margin-left: 30px;
width: 200px;
font-size: 28px;
font-weight: bold;
}
.time {
font-size: 22px;
}
}
.outlet-discount {
width: 100%;
color: #fff;
background-color: rgba(0, 0, 0, 0.6);
text-align: right;
padding: 3px 60px;
position: absolute;
bottom: 0;
}
.more-activity {
height: 80px;
color: #f1f1f9;
background-color: #444;
font-size: 36px;
text-align: center;
margin-bottom: 20px;
}
.hidden {
display: none;
}
}