1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
/*時間軸圖案語法*/
.timeline-bg {
position: absolute; /*絕對定位*/
left: 0px ;
top: 0px ; /*根據自己喜好調整 數字越大越往下*/
overflow: visible !important ;
background-image:url(圖片網址) ; /*圖案*/
background-repeat:repeat-x ; /*橫軸重複*/
background-position: left 0px bottom 0px ; /*圖片位置*/
}

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