1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*第二個噗寶-時間線上*/
.timeline-bg {
background-image: url(https://images.plurk.com/1OK6LPIeCIORUeq3iH9LQS.png);
background-repeat: no-repeat;
background-position: top;
background-size: contain;
margin: 20px;
margin-left: 300px;/*調整左右位置*/
margin-top: 60px;/*調整上下位置*/
width: 300px;
}
/*隱藏時間線,不可刪*/
.bottom-line {
height: 0px;
}
/*隱藏時間標記,不可刪*/
.timeline-bg .block_bg .bottom_start, .timeline-timeshow {
opacity: 0;
}