更新汉晶代码“

git commit -m 更新汉晶代码“
This commit is contained in:
2025-04-23 11:14:59 +08:00
parent ac25b947e2
commit abbc33395c
17 changed files with 114 additions and 25 deletions

View File

@@ -7,7 +7,7 @@
align-items: start;
/* background: palegoldenrod; */
overflow: hidden;
background-image: url(../imgs/svg/关于我们图.svg);
background-image: url(../imgs/SVG/关于我们图.svg);
background-repeat: no-repeat;
background-size:43vw auto;
background-position:51vw 0vw;
@@ -77,7 +77,7 @@
.bannertop{
width: 100%;
height:105vh;
background-image: url(../imgs/svg/企业文化理念\(BJF\).svg);
background-image: url(../imgs/SVG/企业文化理念\(BJF\).svg);
background-repeat: no-repeat;
background-size:40vw;
background-position:0vw 50%;

View File

View File

@@ -4,7 +4,7 @@
/* background-color: #030045; */
position: relative;
background:
url(../imgs/svg/页尾背景左.svg) 2vw 28vh/400px auto no-repeat,
url(../imgs/SVG/页尾背景左.svg) 2vw 28vh/400px auto no-repeat,
url(../imgs/SVG/页尾背景右.svg) 78vw 19vh/400px auto no-repeat,
hsl(243, 100%, 14%); /* 背景色放在最后 */
@@ -109,8 +109,19 @@
color: #fff;
}
.footerBoxRight p{
font-size: 1.2vw;
font-size: 1vw;
font-weight: 400;
}
.record{
color: #fff;
font-size: 1vw;
}
.record:hover{
color: #009FD0;
font-size: 1vw;
}

View File

@@ -122,7 +122,7 @@ body {
.bannertop{
width: 100%;
height:105vh;
background-image: url(../imgs/png/我们的产品.png);
background-image: url(../imgs/PNG/ourProducts.png);
background-repeat: no-repeat;
background-size:40vw;
background-position:0vw 50%;
@@ -253,7 +253,7 @@ body {
width: 100%;
height: 108vh;
position: relative;
background-image: url(../imgs/png/关于我们.png);
background-image: url(../imgs/PNG/关于我们.png);
background-repeat: no-repeat;
background-size:40vw;
background-position:0vw 50%;

View File

View File

@@ -174,7 +174,7 @@
width: 100%;
height: 115vh;
position: relative;
background-image: url(../imgs/png/电子商城.png);
background-image: url(../imgs/PNG/电子商城.png);
background-repeat: no-repeat;
background-size:40vw;
background-position:0vw 50%;

View File

@@ -7,7 +7,7 @@
align-items: start;
/* background: palegoldenrod; */
overflow: hidden;
background-image: url(../imgs/svg/技术支持图.svg);
background-image: url(../imgs/SVG/技术支持图.svg);
background-repeat: no-repeat;
background-size:38vw auto;
background-position:50vw 0vw;