Showing
1 changed file
with
49 additions
and
0 deletions
... | @@ -195,6 +195,30 @@ body { | ... | @@ -195,6 +195,30 @@ body { |
195 | left: calc(50% - 300px); | 195 | left: calc(50% - 300px); |
196 | transition: .25s, top 0s; | 196 | transition: .25s, top 0s; |
197 | } | 197 | } |
198 | +#accumulate_section { | ||
199 | + width: 600px; | ||
200 | + max-width: calc(100% - 2em); | ||
201 | + height: 160px; | ||
202 | + margin: auto; | ||
203 | + text-align: center; | ||
204 | + position: absolute; | ||
205 | + top: calc(85% - 100px); | ||
206 | + left: calc(50% - 300px); | ||
207 | + transition: .25s, top 0s; | ||
208 | + font-size : 20px; | ||
209 | +} | ||
210 | + | ||
211 | +#recom_section { | ||
212 | + width: 480px; | ||
213 | + max-width: calc(100% - 2em); | ||
214 | + height: 1250px; | ||
215 | + margin: auto; | ||
216 | + text-align: center; | ||
217 | + position: absolute; | ||
218 | + top: calc(105% - 100px); | ||
219 | + left: calc(53% - 300px); | ||
220 | + transition: .25s, top 0s; | ||
221 | +} | ||
198 | 222 | ||
199 | #winner h2 { | 223 | #winner h2 { |
200 | margin-top: 1.5em; | 224 | margin-top: 1.5em; |
... | @@ -216,6 +240,7 @@ body { | ... | @@ -216,6 +240,7 @@ body { |
216 | margin: .5em 0 0; | 240 | margin: .5em 0 0; |
217 | } | 241 | } |
218 | 242 | ||
243 | + | ||
219 | .shadow { | 244 | .shadow { |
220 | box-shadow: 0 2px 5px rgba(0, 0, 0, .25); | 245 | box-shadow: 0 2px 5px rgba(0, 0, 0, .25); |
221 | border-radius: 3px; | 246 | border-radius: 3px; |
... | @@ -273,6 +298,9 @@ body { | ... | @@ -273,6 +298,9 @@ body { |
273 | margin: 0 .25em -.25em; | 298 | margin: 0 .25em -.25em; |
274 | } | 299 | } |
275 | 300 | ||
301 | + | ||
302 | + | ||
303 | + | ||
276 | /* ***** mobile ***** */ | 304 | /* ***** mobile ***** */ |
277 | @media handheld, only screen and (max-device-width:480px), only screen and (max-device-width:320px), screen and (max-width:600px) { | 305 | @media handheld, only screen and (max-device-width:480px), only screen and (max-device-width:320px), screen and (max-width:600px) { |
278 | body { | 306 | body { |
... | @@ -285,10 +313,31 @@ body { | ... | @@ -285,10 +313,31 @@ body { |
285 | margin: 1em; | 313 | margin: 1em; |
286 | left: inherit; | 314 | left: inherit; |
287 | } | 315 | } |
316 | + | ||
317 | + #accumulate_section { | ||
318 | + height: 150px; | ||
319 | + top: calc(100% - 75px); | ||
320 | + margin: 1em; | ||
321 | + left: 0; | ||
322 | + font-size : 13px | ||
323 | + | ||
324 | + } | ||
325 | + | ||
326 | + #recom_section { | ||
327 | + height: 300px; | ||
328 | + top: calc(150% - 75px); | ||
329 | + margin: 1em; | ||
330 | + left: 0; | ||
331 | + font-size : 6px | ||
332 | + } | ||
288 | 333 | ||
289 | #winner.pinned {} | 334 | #winner.pinned {} |
290 | 335 | ||
336 | + | ||
291 | #lottotable { | 337 | #lottotable { |
292 | font-size: 6px; | 338 | font-size: 6px; |
293 | } | 339 | } |
340 | + | ||
341 | + | ||
342 | + | ||
294 | } | 343 | } | ... | ... |
-
Please register or login to post a comment