1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
/*噗首照順序上往下排列*/
._lc_ .timeline-cnt .plurk:nth-child(4n+1) { top:5.5% !important; }
._lc_ .timeline-cnt .plurk:nth-child(4n+2) { top:28.75% !important; }
._lc_ .timeline-cnt .plurk:nth-child(4n+3) { top:52% !important; }
._lc_ .timeline-cnt .plurk:nth-child(4n+4) { top:75.25% !important; }

/* ================ */
/*讓噗首照順序第一個在最上面,第二個下來一點,第三個更下來,第四個在最底下*/
/*第五個就回到最上面以此類推,最後噗串會有點像階梯狀排列,可以避免噗和噗之間疊在一起*/
/*覺得這樣還是分不夠開的話可以多套用下面的河道高度固定,河道越高噗串分越開*/
/* ================ */

/*河道高度固定*/
#timeline_holder { height: 500px !important; }