1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
/*時間線-第二噗寶*/
.timeline-bg {
margin-top: 20px ; /*生物距離頂部的位置*/
margin-left:30px ; /*生物的左右位置 ( px > 0 時會往左邊,px < 0 時會往右邊)*/
background-repeat:no-repeat ; /*防止圖重複*/
background-image:url(圖片網址) ;/*噗寶圖網址*/
}

/*隱藏時間線,不可刪*/
.bottom-line {
height: 0px ;
}

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