From d64ed43221f05cb2bb6724fce0d58eb4ae46f00e Mon Sep 17 00:00:00 2001 From: yaoqin <497681109@qq.com> Date: Fri, 25 Apr 2025 17:18:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B1=89=E6=99=B6=E5=88=A0=E9=99=A43=E4=B8=AA?= =?UTF-8?q?=E4=BA=A7=E5=93=81=E6=A1=88=E4=BE=8B=E3=80=81=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hanJing/css/aboutUs.css | 34 +++++++++- hanJing/html/aboutUs.html | 25 ++++++++ hanJing/html/ourProducts.html | 30 ++++----- hanJing/js/aboutUs.js | 114 ++++++++++++++++++++++++++++++++++ 4 files changed, 186 insertions(+), 17 deletions(-) create mode 100644 hanJing/js/aboutUs.js diff --git a/hanJing/css/aboutUs.css b/hanJing/css/aboutUs.css index 4c06023..6a7f630 100644 --- a/hanJing/css/aboutUs.css +++ b/hanJing/css/aboutUs.css @@ -62,7 +62,7 @@ .banner{ width: 100%; - height: 314vh; + height: 400vh; background-image: url(../imgs/svg/背景纹(大).svg); background-repeat: no-repeat; background-size:160%; @@ -223,4 +223,34 @@ position: absolute; top: 0vh; left: 20vw; -} \ No newline at end of file +} + +/* --------------- */ +.map{ + width: 100%; + height: 100vh; + /* background: palegoldenrod; */ +} + +.addressBox-bottom{ + width: 55vw; + height: 55vh; + margin: 0 auto; + position: relative; + margin-top: 10vh; + +} + +#mapContainer { + width: 100%; + height: 100%; + min-height: 300px; /* 确保地图有最小高度 */ +} + + + + + + + + diff --git a/hanJing/html/aboutUs.html b/hanJing/html/aboutUs.html index 3287b29..fde4b5d 100644 --- a/hanJing/html/aboutUs.html +++ b/hanJing/html/aboutUs.html @@ -8,6 +8,13 @@ + + +