1
2
3
4
5
6
7
8
9
10
/*時間線-第二個噗寶*/
.timeline-bg {
background-image:url(圖片網址);
background-repeat:no-repeat;/*防止圖重複*/
margin-top: 20px; /*生物距離頂部的位置*/
margin-left:30px; /*生物的左右位置 ( px > 0 時會往左邊,px < 0 時會往右邊)*/}
/*隱藏時間線,不可刪*/
.bottom-line {height: 0px;}
/*隱藏時間標記,不可刪*/
.timeline-bg .block_bg .bottom_start, .timeline-timeshow {opacity: 0;}