zjs_project 1 rok pred
rodič
commit
2ae51a7171

+ 6 - 0
src/components/newBottomCom/viewMask/viewMask.scss

@@ -439,4 +439,10 @@
 		box-sizing: border-box;
 	}
 	    
+}
+::-webkit-scrollbar {
+    width: 0;
+    height: 0;
+    color: transparent;
+	display: none;
 }

+ 2 - 2
src/pages/webgl_rxdz_houseList/webgl_rxdz_houseList.scss

@@ -1,5 +1,5 @@
 .container{
-	height: 100vh;
+	height: 100%;
 	background: #f2f3f4;
 	
 }
@@ -16,7 +16,7 @@
 }
 .scroll-class{
 	position: relative;
-	height: calc(100vh - 404px);
+	height: calc(100% - 404px);
 	padding-top: 170px;
 	.main{
 		// max-height: 400px;

+ 1 - 1
src/pages/webgl_rxdz_roam/webgl_rxdz_roam.html

@@ -24,5 +24,5 @@
 	<viewMask ref="viewMask" @switchActor="switchActor" style="z-index: 13;"
 	  :spaceObj="curSpaceObj" :spaceList="spaceList" :layoutList="arrFrunList" ></viewMask>
 	<!-- 生成截屏的画布对象 -->
-	<canvas id="canvas" type="2d" :style="{'height':canvasHeight+'px','top':'100vh'}"></canvas>
+	<canvas id="canvas" type="2d" :style="{'height':canvasHeight+'px'}"></canvas>
 </div>

+ 5 - 3
src/pages/webgl_rxdz_roam/webgl_rxdz_roam.scss

@@ -1,9 +1,10 @@
 .main-view{
 	width:100vw;
-	height:100vh;
+	height:100%;
 	overflow: hidden;
+	position: relative;
 }
-canvas { width:100vw; height:calc(100vh - 408px);z-index: 10;}
+canvas { width:100vw; height:calc(100vh - 408px);z-index: 10;position: relative;top: 0px;}
 #mapDiv{
 	background-color: #fff;
 }
@@ -19,8 +20,9 @@ page {
 #canvas {
 	width: 100vw;
 	z-index: -1;
-	// position: absolute;
+	position: absolute;
 	left:0px;
+	top: -100vh;
 }
 .canvas-view{
 	position:relative;

+ 9 - 7
src/pages/webgl_rxdz_role/webgl_rxdz_role.scss

@@ -1,18 +1,18 @@
 /**newIndex.wxss**/
 
-page {
-}
-
 .pointerEvents{
     pointer-events: none;
 }
 /deep/.el-carousel__container{
 	height: 100%!important;
 }
+.bookingSheet{
+	height: 100%;
+}
 .contentBox{
 	position: relative;
     width: 100vw;
-	height: 100vh;
+	height: 100%;
     overflow: hidden;
     box-sizing: border-box;
 	background-color: white;
@@ -30,7 +30,7 @@ page {
 		left: 0px;
 		top: 0px;
 		width: 100vw;
-		height: 100vh;
+		height: 100%;
 		background: linear-gradient(180.00deg, #aeb6c1 0%, #adb7c3 16.75%, #d1c8b9 78%, #d7cebf 100%);
 		// z-index: 2;
 	}
@@ -108,6 +108,7 @@ page {
 		    width: 0;
 		    height: 0;
 		    color: transparent;
+			display: none;
 		}
         .tab-item{
 			// width:190px;
@@ -289,15 +290,16 @@ page {
     width: 0;
     height: 0;
     color: transparent;
+	display: none;
 }
 @media screen and (max-height: 750px){
 	.master-pic{
 		margin-top: 102px!important;
 	}
 	.question{
-		bottom: 150px!important;
+		bottom: 130px!important;
 	}
 	.bottom-view{
-		bottom: 38px!important;
+		bottom: 30px!important;
 	}
 }

+ 1 - 1
src/pages/webgl_rxdz_test/webgl_rxdz_test.html

@@ -1,4 +1,4 @@
-<div class="map" style="position: absolute;width: 100%;height: 100vh;z-index: 1;">
+<div class="map" style="position: absolute;width: 100%;height: 100%;z-index: 1;">
 	<mynavbar :barData='navbar'/>
 	<!-- 提交按钮 -->
 	<!-- <div class="submit-btn" @click="submitHouse" v-if="styleType==1">提交</div> -->