|
@@ -88,6 +88,8 @@
|
|
|
</audio>
|
|
|
<!--左侧遮罩-->
|
|
|
<div class="back-l-img"></div>
|
|
|
+ <!--中央遮罩-->
|
|
|
+ <div class="back-c-img"></div>
|
|
|
<!--右侧遮罩-->
|
|
|
<div class="back-r-img"></div>
|
|
|
<!--地图层南校区-->
|
|
@@ -755,6 +757,16 @@
|
|
|
background: url("../assets/ZDimages/demo_l.png");
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
+ .back-c-img{
|
|
|
+ z-index: 13;
|
|
|
+ position: absolute;
|
|
|
+ top:0;
|
|
|
+ left:1790px;
|
|
|
+ width: 7940px;
|
|
|
+ height: 2160px;
|
|
|
+ background: url("../assets/ZDimages/img_spjkzbg@1x.png") no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
//右侧遮罩
|
|
|
.back-r-img{
|
|
|
z-index: 15;
|
|
@@ -767,7 +779,7 @@
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
.map-max-big-box{
|
|
|
- z-index: 10;
|
|
|
+ z-index: 14;
|
|
|
position: absolute;
|
|
|
width:5927px;
|
|
|
height: 2160px;
|