时间线修复
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 20vh;
|
height: 20vh;
|
||||||
min-height: 500px;
|
min-height: 500px;
|
||||||
align-items: center;
|
align-items: stretch;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -71,7 +71,6 @@
|
|||||||
/* 时间节点 */
|
/* 时间节点 */
|
||||||
.timeline-item {
|
.timeline-item {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 80%;
|
|
||||||
flex: 1;
|
flex: 1;
|
||||||
transition: flex var(--tl-transition-speed) cubic-bezier(0.25, 0.1, 0.25, 1);
|
transition: flex var(--tl-transition-speed) cubic-bezier(0.25, 0.1, 0.25, 1);
|
||||||
border-right: 1px solid rgba(20, 129, 255, 0.1);
|
border-right: 1px solid rgba(20, 129, 255, 0.1);
|
||||||
|
|||||||
Reference in New Issue
Block a user