汉晶添加中英文翻译

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

@@ -418,7 +418,7 @@ body {
.bannertop{
width: 100%;
height:105vh;
background-image: url(../imgs/home/mainBusiness.svg);
background-image: url(../imgs/home/mainBusiness.png);
background-repeat: no-repeat;
background-size:40vw;
background-position:0vw 50%;
@@ -444,7 +444,7 @@ body {
}
.textBox p{
font-size: 1.2vw;
line-height: 6vh;
line-height: 5vh;
margin-top: 5vh;
}
@@ -549,7 +549,7 @@ body {
width: 100%;
height: 108vh;
position: relative;
background-image: url(../imgs/png/关于我们.png);
background-image: url(../imgs/home/aboutUs.png);
background-repeat: no-repeat;
background-size:40vw;
background-position:0vw 50%;
@@ -680,6 +680,25 @@ body {
}
/* 英文样式 */
.textBox.en {
width: 32vw;
font-family: 'Segoe UI', 'Arial', 'Helvetica', sans-serif;
}
.textBox.en h1{
font-size: 1.3vw;
font-family: 'Segoe UI', 'Arial', 'Helvetica', sans-serif;
}
.textBox.en p{
font-size: 1.3vw;
font-family: 'Segoe UI', 'Arial', 'Helvetica', sans-serif;
}