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 @@ + + +