汉晶添加中英文翻译

This commit is contained in:
2025-05-08 14:56:06 +08:00
parent bd38cf7e2d
commit 3923e4df10
38 changed files with 1431 additions and 214 deletions

View File

@@ -153,3 +153,57 @@
padding: 1.2vw;
}
/* 英文状态下样式 */
.topBannerLeftTitle p.en {
font-size: 2vw;
letter-spacing: normal;
left: -3.5vw;
}
/* .futureList.en li {
font-family: 'Segoe UI', 'Arial', 'Helvetica', sans-serif;
background: rgba(0,236,236,0.06);
border-radius: 12px;
margin-bottom: 2vw;
padding: 2vw 2vw 2vw 2vw;
color: #00ECEC;
box-shadow: 0 2px 8px rgba(0,236,236,0.08);
display: flex;
align-items: flex-start;
gap: 2vw;
} */
.futureList.en .futureContent p:nth-child(1) {
font-weight: bold;
font-size: 1.2vw;
font-family: 'Segoe UI', 'Arial', 'Helvetica', sans-serif;
}
.futureList.en .futureContent p:nth-child(2) {
width: 96%;
/* font-weight: bold; */
font-size: 1vw;
text-align: left;
line-height: 2.7vh;
font-family: 'Segoe UI', 'Arial', 'Helvetica', sans-serif;
}
.futureList.en .futureCircleInner {
font-size: 1vw;
}
.textOne .Right p.en,
.textTwo .Right p.en,
.textThree .Right p.en {
font-family: 'Segoe UI', 'Arial', 'Helvetica Neue', sans-serif;
}