From abbc33395cce4eeeeed6e1e0c9a800ccaeeb216f Mon Sep 17 00:00:00 2001 From: yaoqin <497681109@qq.com> Date: Wed, 23 Apr 2025 11:14:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B1=89=E6=99=B6=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E2=80=9C=20git=20commit=20-m=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=B1=89=E6=99=B6=E4=BB=A3=E7=A0=81=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hanJing/css/aboutUs.css | 4 +- hanJing/css/approaching.css | 0 hanJing/css/footer.css | 15 +++++++- hanJing/css/index.css | 4 +- hanJing/css/mainBusiness.css | 0 hanJing/css/ourProducts.css | 2 +- hanJing/css/technicalSupport.css | 2 +- hanJing/html/aboutUs.html | 9 +++-- hanJing/html/approaching.html | 35 ++++++++++++++++++ hanJing/html/mainBusiness.html | 35 ++++++++++++++++++ hanJing/html/ourProducts.html | 8 ++-- hanJing/html/technicalSupport.html | 8 ++-- .../imgs/PNG/{WEB设计.png => WEBdesign.png} | Bin hanJing/imgs/PNG/{芯片.png => chip.png} | Bin .../{我们的产品.png => ourProducts.png} | Bin ...源 3.svg => mainFunctionalResources.svg} | 0 hanJing/index.html | 17 +++++---- 17 files changed, 114 insertions(+), 25 deletions(-) create mode 100644 hanJing/css/approaching.css create mode 100644 hanJing/css/mainBusiness.css create mode 100644 hanJing/html/approaching.html create mode 100644 hanJing/html/mainBusiness.html rename hanJing/imgs/PNG/{WEB设计.png => WEBdesign.png} (100%) rename hanJing/imgs/PNG/{芯片.png => chip.png} (100%) rename hanJing/imgs/PNG/{我们的产品.png => ourProducts.png} (100%) rename hanJing/imgs/SVG/{主要功能资源 3.svg => mainFunctionalResources.svg} (100%) diff --git a/hanJing/css/aboutUs.css b/hanJing/css/aboutUs.css index 7d4fa56..63679b6 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; @@ -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/approaching.css b/hanJing/css/approaching.css new file mode 100644 index 0000000..e69de29 diff --git a/hanJing/css/footer.css b/hanJing/css/footer.css index 1fe2b7c..0b2461e 100644 --- a/hanJing/css/footer.css +++ b/hanJing/css/footer.css @@ -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; + +} + diff --git a/hanJing/css/index.css b/hanJing/css/index.css index 48244d6..3e00759 100644 --- a/hanJing/css/index.css +++ b/hanJing/css/index.css @@ -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%; diff --git a/hanJing/css/mainBusiness.css b/hanJing/css/mainBusiness.css new file mode 100644 index 0000000..e69de29 diff --git a/hanJing/css/ourProducts.css b/hanJing/css/ourProducts.css index c7bd620..dd03d85 100644 --- a/hanJing/css/ourProducts.css +++ b/hanJing/css/ourProducts.css @@ -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 9064a96..d9a2ac0 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; diff --git a/hanJing/html/aboutUs.html b/hanJing/html/aboutUs.html index 06a1bea..3be0cdb 100644 --- a/hanJing/html/aboutUs.html +++ b/hanJing/html/aboutUs.html @@ -3,12 +3,12 @@ - + - 汉晶 + 深圳汉晶电子信息有限公司
@@ -19,8 +19,10 @@ @@ -108,8 +110,9 @@ logo
+

Copyright ©深圳汉晶电子信息有限公司    粤ICP备2025405650号

-

Copyright ©深圳汉晶电子信息有限公司 版权所有

+
diff --git a/hanJing/html/approaching.html b/hanJing/html/approaching.html new file mode 100644 index 0000000..7a8da06 --- /dev/null +++ b/hanJing/html/approaching.html @@ -0,0 +1,35 @@ + + + + + + + + + + + 深圳汉晶电子信息有限公司 + + +
+ +
+ 背景 +
+
+ + + \ No newline at end of file diff --git a/hanJing/html/mainBusiness.html b/hanJing/html/mainBusiness.html new file mode 100644 index 0000000..cf08069 --- /dev/null +++ b/hanJing/html/mainBusiness.html @@ -0,0 +1,35 @@ + + + + + + + + + + + 深圳汉晶电子信息有限公司 + + +
+ +
+ 背景 +
+
+ + + \ No newline at end of file diff --git a/hanJing/html/ourProducts.html b/hanJing/html/ourProducts.html index d3cf42d..9c0cda9 100644 --- a/hanJing/html/ourProducts.html +++ b/hanJing/html/ourProducts.html @@ -3,12 +3,12 @@ - + - 汉晶 + 深圳汉晶电子信息有限公司
@@ -18,6 +18,7 @@