fix 平板時間軸年分標定位
This commit is contained in:
+15
-1
@@ -1783,11 +1783,25 @@ a {
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.merged-storyline .story-node::after {
|
||||
.merged-storyline .story-node::after,
|
||||
.merged-storyline .story-node:nth-of-type(odd)::after,
|
||||
.merged-storyline .story-node:nth-of-type(even)::after {
|
||||
left: 14px;
|
||||
right: auto;
|
||||
top: -14px;
|
||||
transform: rotate(-8deg);
|
||||
}
|
||||
|
||||
.merged-storyline .story-node:nth-of-type(odd)::before,
|
||||
.merged-storyline .story-node:nth-of-type(even)::before {
|
||||
left: -39px;
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.merged-storyline .story-node:nth-of-type(odd),
|
||||
.merged-storyline .story-node:nth-of-type(even) {
|
||||
margin-top: 28px;
|
||||
}
|
||||
}
|
||||
|
||||
/* 頁尾 */
|
||||
|
||||
Reference in New Issue
Block a user