Showing
1 changed file
with
154 additions
and
10 deletions
... | @@ -56,7 +56,7 @@ body { | ... | @@ -56,7 +56,7 @@ body { |
56 | text-align: center; | 56 | text-align: center; |
57 | width: 100%; | 57 | width: 100%; |
58 | position: absolute; | 58 | position: absolute; |
59 | - top: calc(35% + 160px); | 59 | + top: calc(38% + 160px); |
60 | } | 60 | } |
61 | 61 | ||
62 | #stats progress { | 62 | #stats progress { |
... | @@ -73,7 +73,7 @@ body { | ... | @@ -73,7 +73,7 @@ body { |
73 | position: absolute; | 73 | position: absolute; |
74 | display: flex; | 74 | display: flex; |
75 | flex-flow: wrap; | 75 | flex-flow: wrap; |
76 | - top: calc(35% + 225px); | 76 | + top: calc(38% + 225px); |
77 | counter-reset: li; | 77 | counter-reset: li; |
78 | overflow: hidden; | 78 | overflow: hidden; |
79 | } | 79 | } |
... | @@ -191,9 +191,10 @@ body { | ... | @@ -191,9 +191,10 @@ body { |
191 | margin: auto; | 191 | margin: auto; |
192 | text-align: center; | 192 | text-align: center; |
193 | position: absolute; | 193 | position: absolute; |
194 | - top: calc(35% - 100px); | 194 | + top: calc(38% - 100px); |
195 | left: calc(50% - 300px); | 195 | left: calc(50% - 300px); |
196 | transition: .25s, top 0s; | 196 | transition: .25s, top 0s; |
197 | + background-color: ivory; | ||
197 | } | 198 | } |
198 | #accumulate_section { | 199 | #accumulate_section { |
199 | width: 600px; | 200 | width: 600px; |
... | @@ -206,6 +207,7 @@ body { | ... | @@ -206,6 +207,7 @@ body { |
206 | left: calc(50% - 300px); | 207 | left: calc(50% - 300px); |
207 | transition: .25s, top 0s; | 208 | transition: .25s, top 0s; |
208 | font-size : 20px; | 209 | font-size : 20px; |
210 | + background-color: ivory; | ||
209 | } | 211 | } |
210 | 212 | ||
211 | #recom_section { | 213 | #recom_section { |
... | @@ -218,6 +220,85 @@ body { | ... | @@ -218,6 +220,85 @@ body { |
218 | top: calc(90% - 100px); | 220 | top: calc(90% - 100px); |
219 | left: calc(53% - 300px); | 221 | left: calc(53% - 300px); |
220 | transition: .25s, top 0s; | 222 | transition: .25s, top 0s; |
223 | + background-color: ivory; | ||
224 | +} | ||
225 | + | ||
226 | +#patten_section { | ||
227 | + width: 950px; | ||
228 | + max-width: calc(100% - 2em); | ||
229 | + height: 650px; | ||
230 | + margin: auto; | ||
231 | + text-align: center; | ||
232 | + position: absolute; | ||
233 | + top: calc(70% - 100px); | ||
234 | + left: calc(40% - 300px); | ||
235 | + transition: .25s, top 0s; | ||
236 | + background-color: ivory; | ||
237 | +} | ||
238 | + | ||
239 | +#patten_recom_section { | ||
240 | + width: 600px; | ||
241 | + max-width: calc(100% - 2em); | ||
242 | + height: 160px; | ||
243 | + margin: auto; | ||
244 | + text-align: center; | ||
245 | + position: absolute; | ||
246 | + top: calc(70% - 100px); | ||
247 | + left: calc(50% - 300px); | ||
248 | + transition: .25s, top 0s; | ||
249 | + font-size : 20px; | ||
250 | + background-color: ivory; | ||
251 | + | ||
252 | +} | ||
253 | + | ||
254 | +#graph_section { | ||
255 | + width: 600px; | ||
256 | + max-width: calc(100% - 2em); | ||
257 | + height: 200px; | ||
258 | + margin: auto; | ||
259 | + text-align: center; | ||
260 | + position: absolute; | ||
261 | + top: calc(90% - 100px); | ||
262 | + left: calc(30% - 300px); | ||
263 | + transition: .25s, top 0s; | ||
264 | + font-size : 20px; | ||
265 | +} | ||
266 | + | ||
267 | +#graph_section2 { | ||
268 | + width: 600px; | ||
269 | + max-width: calc(100% - 2em); | ||
270 | + height: 200px; | ||
271 | + margin: auto; | ||
272 | + text-align: center; | ||
273 | + position: absolute; | ||
274 | + top: calc(52% - 100px); | ||
275 | + left: calc(120% - 10px); | ||
276 | + transition: .25s, top 0s; | ||
277 | + font-size : 20px; | ||
278 | +} | ||
279 | +#graph_section3 { | ||
280 | + width: 600px; | ||
281 | + max-width: calc(100% + 2em); | ||
282 | + height: 200px; | ||
283 | + margin: auto; | ||
284 | + text-align: center; | ||
285 | + position: absolute; | ||
286 | + top: calc(120% + 100px); | ||
287 | + left: calc(30% - 185px); | ||
288 | + transition: .25s, top 0s; | ||
289 | + font-size : 20px; | ||
290 | +} | ||
291 | +#graph_section4 { | ||
292 | + width: 600px; | ||
293 | + max-width: calc(100% - 2em); | ||
294 | + height: 200px; | ||
295 | + margin: auto; | ||
296 | + text-align: center; | ||
297 | + position: absolute; | ||
298 | + top: calc(80% - 160px); | ||
299 | + left: calc(120% - 10px); | ||
300 | + transition: .25s, top 0s; | ||
301 | + font-size : 20px; | ||
221 | } | 302 | } |
222 | 303 | ||
223 | #winner h2 { | 304 | #winner h2 { |
... | @@ -299,8 +380,6 @@ body { | ... | @@ -299,8 +380,6 @@ body { |
299 | } | 380 | } |
300 | 381 | ||
301 | 382 | ||
302 | - | ||
303 | - | ||
304 | /* ***** mobile ***** */ | 383 | /* ***** mobile ***** */ |
305 | @media handheld, only screen and (max-device-width:480px), only screen and (max-device-width:320px), screen and (max-width:600px) { | 384 | @media handheld, only screen and (max-device-width:480px), only screen and (max-device-width:320px), screen and (max-width:600px) { |
306 | body { | 385 | body { |
... | @@ -309,14 +388,14 @@ body { | ... | @@ -309,14 +388,14 @@ body { |
309 | 388 | ||
310 | #winner { | 389 | #winner { |
311 | height: 150px; | 390 | height: 150px; |
312 | - top: calc(50% - 75px); | 391 | + top: calc(40% - 75px); |
313 | margin: 1em; | 392 | margin: 1em; |
314 | left: inherit; | 393 | left: inherit; |
315 | } | 394 | } |
316 | 395 | ||
317 | #accumulate_section { | 396 | #accumulate_section { |
318 | height: 150px; | 397 | height: 150px; |
319 | - top: calc(100% - 75px); | 398 | + top: calc(75% - 75px); |
320 | margin: 1em; | 399 | margin: 1em; |
321 | left: 0; | 400 | left: 0; |
322 | font-size : 13px | 401 | font-size : 13px |
... | @@ -324,10 +403,11 @@ body { | ... | @@ -324,10 +403,11 @@ body { |
324 | } | 403 | } |
325 | 404 | ||
326 | #recom_section { | 405 | #recom_section { |
327 | - height: 300px; | 406 | + height: 550px; |
328 | - top: calc(150% - 75px); | 407 | + top: calc(105% - 75px); |
408 | + width : 190px; | ||
329 | margin: 1em; | 409 | margin: 1em; |
330 | - left: 0; | 410 | + left:calc(20% - 10px); |
331 | font-size : 6px | 411 | font-size : 6px |
332 | } | 412 | } |
333 | 413 | ||
... | @@ -338,6 +418,70 @@ body { | ... | @@ -338,6 +418,70 @@ body { |
338 | font-size: 6px; | 418 | font-size: 6px; |
339 | } | 419 | } |
340 | 420 | ||
421 | + #event_section { | ||
422 | + height: 900px; | ||
423 | + top: 100px; | ||
424 | + margin: 1em; | ||
425 | + right: 0; | ||
426 | + font-size : 8px | ||
427 | + } | ||
428 | + #graph_section { | ||
429 | + height: 100px; | ||
430 | + top: calc(100% - 75px); | ||
431 | + width : 150px; | ||
432 | + margin: 1em; | ||
433 | + left:calc(3% - 10px); | ||
434 | + font-size : 6px; | ||
435 | + } | ||
436 | + | ||
437 | + | ||
438 | + #graph_section2 { | ||
439 | + height: 100px; | ||
440 | + top: calc(90% - 95px); | ||
441 | + width : 150px; | ||
442 | + margin: 1em; | ||
443 | + left:calc(140% - 0px); | ||
444 | + font-size : 6px; | ||
445 | + } | ||
446 | + #graph_section3 { | ||
447 | + height: 100px; | ||
448 | + top: calc(220% - 15px); | ||
449 | + width : 150px; | ||
450 | + margin: 1em; | ||
451 | + left:calc(5% - 10px); | ||
452 | + font-size : 6px; | ||
453 | + } | ||
454 | + | ||
455 | + | ||
456 | + #graph_section4 { | ||
457 | + height: 100px; | ||
458 | + top: calc(95% - 95px); | ||
459 | + width : 150px; | ||
460 | + margin: 1em; | ||
461 | + left:calc(140% - 0px); | ||
462 | + font-size : 6px; | ||
463 | + } | ||
464 | + | ||
465 | + #patten_recom_section { | ||
466 | + height: 105px; | ||
467 | + top: calc(78% - 75px); | ||
468 | + width : 250px; | ||
469 | + margin: 1em; | ||
470 | + left:calc(15% - 10px); | ||
471 | + font-size : 10px; | ||
472 | + } | ||
473 | + | ||
474 | + #patten_section { | ||
475 | + height: 360px; | ||
476 | + top: calc(75% - 75px); | ||
477 | + width : 290px; | ||
478 | + margin: 1em; | ||
479 | + left:calc(8% - 10px); | ||
480 | + font-size : 6px; | ||
481 | + | ||
482 | + } | ||
341 | 483 | ||
342 | 484 | ||
343 | } | 485 | } |
486 | + | ||
487 | + | ... | ... |
-
Please register or login to post a comment