1
0
This commit is contained in:
2025-12-19 17:37:31 +08:00
parent 53cf5bd945
commit 7a11e4472b
10 changed files with 16 additions and 30 deletions

View File

@@ -38,7 +38,7 @@
text-transform: uppercase;
font-size: 36px;
opacity: 0.9;
margin-bottom: 40px;
margin-bottom: 10px;
text-align: center;
}
@@ -71,7 +71,7 @@
/* 时间节点 */
.timeline-item {
position: relative;
height: 100%;
height: 80%;
flex: 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);
@@ -203,7 +203,7 @@
}
.content-text {
font-size: 1.1rem;
font-size:0.9rem;
line-height: 1.8;
border-left: 3px solid var(--tl-active-color);
padding-left: 20px;