File tree 1 file changed +8
-19
lines changed
oshc/main/static/main/css
1 file changed +8
-19
lines changed Original file line number Diff line number Diff line change @@ -435,29 +435,18 @@ body {
435
435
.timeline ul li {
436
436
list-style-type : none;
437
437
position : relative;
438
- width : 6 px ;
438
+ width : 0.5 % ;
439
439
margin : 0 auto;
440
440
padding-top : 50px ;
441
441
background : # ffffff ;
442
442
}
443
-
444
- .timeline ul li ::after {
445
- content : '' ;
446
- position : absolute;
447
- left : 50% ;
448
- bottom : 0 ;
449
- transform : translateX (-50% );
450
- width : 30px ;
451
- height : 30px ;
452
- border-radius : 50% ;
453
- background : inherit;
454
- }
455
443
456
444
.timeline ul li div {
457
445
position : relative;
458
446
bottom : 0 ;
459
- width : 400 px ;
447
+ width : 5000 % ;
460
448
padding : 15px ;
449
+ position : relative;
461
450
background : # ffffff ;
462
451
}
463
452
@@ -471,21 +460,21 @@ body {
471
460
}
472
461
473
462
.timeline ul li : nth-child (odd) div {
474
- left : 45 px ;
463
+ left : 500 % ;
475
464
}
476
465
477
466
.timeline ul li : nth-child (odd) div ::before {
478
- left : -15 px ;
467
+ left : -5 % ;
479
468
border-width : 8px 16px 8px 0 ;
480
469
border-color : transparent # ffffff transparent transparent;
481
470
}
482
471
483
472
.timeline ul li : nth-child (even) div {
484
- left : -439 px ;
473
+ left : -5400 % ;
485
474
}
486
475
487
476
.timeline ul li : nth-child (even) div ::before {
488
- right : -15 px ;
477
+ right : -4.5 % ;
489
478
border-width : 8px 0 8px 16px ;
490
479
border-color : transparent transparent transparent # ffffff ;
491
- }
480
+ }
You can’t perform that action at this time.
0 commit comments