Skip to content

Commit 38de487

Browse files
committed
fix: update titles in ChronologyOfStellarTrails for consistency by removing trailing punctuation
1 parent 21a89b1 commit 38de487

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

scripts/ChronologyOfStellarTrails/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const cards = [
7676
imgSrc: "../assets/images/ChronologyOfStellarTrails/11.jpg",
7777
year: "2023",
7878
description: "神舟十六号(Shenzhou XVI 或 Shenzhou-16,简称:神十六),是中国载人航天工程神舟系列载人飞船的第十六艘飞船。中国空间站应用与发展阶段的首艘载人飞船。",
79-
title: "中国空间站应用与发展阶段的首艘载人飞船"
79+
title: "中国空间站应用与发展阶段的首艘载人飞船"
8080
},
8181
{
8282
id: 12,
@@ -90,21 +90,21 @@ const cards = [
9090
imgSrc: "../assets/images/ChronologyOfStellarTrails/13.jpg",
9191
year: "2024",
9292
description: "中国于1980年成功神舟十八号(Shenzhou XVIII ,简称神十八),是中国自行研制的用于天地往返运输人员和物资的载人航天器,飞船由轨道舱、返回舱和推进舱构成,是中国可靠性、安全性要求最严苛的航天器。发射了第一颗实用气象卫星风云一号,标志着中国掌握了气象卫星技术。",
93-
title: "中国可靠性、安全性要求最严苛的航天器"
93+
title: "中国可靠性、安全性要求最严苛的航天器"
9494
},
9595
{
9696
id: 14,
9797
imgSrc: "../assets/images/ChronologyOfStellarTrails/14.jpg",
9898
year: "2024",
9999
description: "神舟十九号(Shenzhou XIX,简称:神十九),是由中国航天科技集团五院抓总研制,为中国载人航天工程的第十九艘神舟载人飞船。",
100-
title: "中国载人航天工程的第十九艘神舟载人飞船"
100+
title: "中国载人航天工程的第十九艘神舟载人飞船"
101101
},
102102
{
103103
id: 15,
104104
imgSrc: "../assets/images/ChronologyOfStellarTrails/15.jpg",
105105
year: "2025",
106106
description: "神舟二十号(Shenzhou20,Shenzhou XX,简称:神二十),是由航天科技集团五院抓总研制的用于天地往返运输人员和物资的载人航天器,是中国载人航天工程的第二十艘神舟系列载人飞船,中国载人航天进入中国空间站应用与发展阶段的第五艘飞船。",
107-
title: "中国载人航天进入中国空间站应用与发展阶段的第五艘飞船"
107+
title: "中国空间站应用与发展阶段的第五艘飞船"
108108
},
109109
]
110110

styles/GlobalQuickReport/index.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body {
1313
.page:nth-child(1) {
1414
position: relative;
1515
width: 100vw;
16-
height: 100vh;
16+
min-height: 100vh;
1717
padding-left: 10rem;
1818
padding-right: 10rem;
1919
}
@@ -62,7 +62,8 @@ body {
6262

6363
.page:nth-child(1) .news {
6464
width: 100%;
65-
height: calc(100vh - 30rem);
65+
height: calc(100vh - 20rem);
66+
overflow: hidden;
6667
display: flex;
6768
flex-direction: column;
6869
align-items: center;
@@ -74,7 +75,7 @@ body {
7475
display: flex;
7576
align-items: center;
7677
justify-content: space-between;
77-
font-size: 3rem;
78+
font-size: 2.4rem;
7879
font-family: serif, sans-serif;
7980
font-weight: 200;
8081
padding: 3rem 20rem 3rem 8rem;
@@ -88,7 +89,6 @@ body {
8889

8990
.page:nth-child(1) .news .new-item:hover {
9091
background-color: rgba(255, 255, 255, 0.1);
91-
9292
}
9393

9494
.page:nth-child(1) .news .new-item .new-content-box {

0 commit comments

Comments
 (0)