1
2
3
4
5
6
7
8
9
/*隱藏時間線*/
.bottom-line {
height: 0px;
}

/*隱藏時間標記*/
.timeline-bg .block_bg .bottom_start, .timeline-timeshow {
opacity: 0;
}