汉晶删除3个产品案例、添加地图组件

This commit is contained in:
2025-04-25 17:18:01 +08:00
parent 461fed6bd6
commit d64ed43221
4 changed files with 186 additions and 17 deletions

View File

@@ -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;
}
}
/* --------------- */
.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; /* 确保地图有最小高度 */
}