From cc2ce9446e8222b89cc75358d01336ff5a3984ed Mon Sep 17 00:00:00 2001 From: yaoqin <497681109@qq.com> Date: Wed, 23 Apr 2025 11:33:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B1=89=E6=99=B6=E8=B7=AF=E5=BE=84=E5=85=A8?= =?UTF-8?q?=E6=94=B9=E5=B0=8F=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hanJing/css/aboutUs.css | 6 +++--- hanJing/css/footer.css | 4 ++-- hanJing/css/header.css | 2 +- hanJing/css/index.css | 8 ++++---- hanJing/css/ourProducts.css | 6 +++--- hanJing/css/technicalSupport.css | 4 ++-- hanJing/html/aboutUs.html | 22 +++++++++++----------- hanJing/html/approaching.html | 6 +++--- hanJing/html/mainBusiness.html | 6 +++--- hanJing/html/ourProducts.html | 22 +++++++++++----------- hanJing/html/technicalSupport.html | 24 ++++++++++++------------ hanJing/index.html | 22 +++++++++++----------- 12 files changed, 66 insertions(+), 66 deletions(-) diff --git a/hanJing/css/aboutUs.css b/hanJing/css/aboutUs.css index 63679b6..524d447 100644 --- a/hanJing/css/aboutUs.css +++ b/hanJing/css/aboutUs.css @@ -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; @@ -63,7 +63,7 @@ .banner{ width: 100%; height: 112vh; - background-image: url(../imgs/SVG/背景纹(大).svg); + background-image: url(../imgs/svg/背景纹(大).svg); background-repeat: no-repeat; background-size:160%; background-position: 54vw -42vw; @@ -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%; diff --git a/hanJing/css/footer.css b/hanJing/css/footer.css index 0b2461e..f11bc7d 100644 --- a/hanJing/css/footer.css +++ b/hanJing/css/footer.css @@ -4,8 +4,8 @@ /* background-color: #030045; */ position: relative; background: - url(../imgs/SVG/页尾背景左.svg) 2vw 28vh/400px auto no-repeat, - url(../imgs/SVG/页尾背景右.svg) 78vw 19vh/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%); /* 背景色放在最后 */ } diff --git a/hanJing/css/header.css b/hanJing/css/header.css index a6fe293..2cdf816 100644 --- a/hanJing/css/header.css +++ b/hanJing/css/header.css @@ -77,7 +77,7 @@ background: palegoldenrod; } */ .active::before{ - content:url(../imgs/SVG/页面选择图标.svg); + content:url(../imgs/svg/页面选择图标.svg); width: 100%; height: auto; position: absolute; diff --git a/hanJing/css/index.css b/hanJing/css/index.css index 3e00759..af3393b 100644 --- a/hanJing/css/index.css +++ b/hanJing/css/index.css @@ -8,7 +8,7 @@ align-items: start; /* background: palegoldenrod; */ overflow: hidden; - background-image: url(../imgs/PNG/首页图.png); + background-image: url(../imgs/png/首页图.png); background-repeat: no-repeat; background-size:68vw auto; background-position:35vw -4vw; @@ -108,7 +108,7 @@ body { .banner{ width: 100%; height: 330vh; - background-image: url(../imgs/SVG/背景纹(大).svg); + background-image: url(../imgs/svg/背景纹(大).svg); background-repeat: no-repeat; background-size:160%; background-position: 54vw -42vw; @@ -122,7 +122,7 @@ body { .bannertop{ width: 100%; height:105vh; - background-image: url(../imgs/PNG/ourProducts.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%; diff --git a/hanJing/css/ourProducts.css b/hanJing/css/ourProducts.css index dd03d85..4c93e3d 100644 --- a/hanJing/css/ourProducts.css +++ b/hanJing/css/ourProducts.css @@ -7,7 +7,7 @@ align-items: start; /* background: palegoldenrod; */ overflow: hidden; - background-image: url(../imgs/PNG/我们的产品图.png); + background-image: url(../imgs/png/我们的产品图.png); background-repeat: no-repeat; background-size:65vw auto; background-position:35vw 0vw; @@ -102,7 +102,7 @@ .banner{ width: 100%; height: 219vh; - background-image: url(../imgs/SVG/背景纹(大).svg); + background-image: url(../imgs/svg/背景纹(大).svg); background-repeat: no-repeat; background-size:160%; background-position: 54vw -42vw; @@ -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%; diff --git a/hanJing/css/technicalSupport.css b/hanJing/css/technicalSupport.css index d9a2ac0..e41ea40 100644 --- a/hanJing/css/technicalSupport.css +++ b/hanJing/css/technicalSupport.css @@ -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; @@ -62,7 +62,7 @@ .banner{ width: 100%; height: 90vh; - background-image: url(../imgs/SVG/背景纹(大).svg); + background-image: url(../imgs/svg/背景纹(大).svg); background-repeat: no-repeat; background-size:160%; background-position: 54vw -42vw; diff --git a/hanJing/html/aboutUs.html b/hanJing/html/aboutUs.html index 3be0cdb..a0b119e 100644 --- a/hanJing/html/aboutUs.html +++ b/hanJing/html/aboutUs.html @@ -3,7 +3,7 @@
- + @@ -14,7 +14,7 @@我们的愿景
@@ -64,7 +64,7 @@我们的使命
@@ -77,7 +77,7 @@我们的核心价值观
@@ -99,7 +99,7 @@