zjs_project 1 年之前
父节点
当前提交
4ebf79b3a4

+ 15 - 1
src/pages/webgl_rxdz_env/webgl_rxdz_env.scss

@@ -200,7 +200,7 @@ page {
     // background-image:linear-gradient(124deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
 	background-color: #D6D6D6;
     box-sizing: border-box;
-	z-index: 9;
+	z-index: 11;
 	font-family: "Verdana Bold";
 	font-weight: 700;
 	font-size: 30px;
@@ -327,4 +327,18 @@ page {
 		width: 40px;
 		height: 39px;
 	}
+}
+@media screen and (max-height: 750px){
+	.master-pic{
+		height:850px!important;
+	}
+	.bottom-view{
+		height: calc(100vh - 790px)!important;
+	}
+	.question{
+		bottom: 140px!important;
+	}
+	.bottom-btn{
+		bottom: 30px!important;
+	}
 }

+ 21 - 0
src/pages/webgl_rxdz_role/webgl_rxdz_role.scss

@@ -104,6 +104,11 @@ page {
 		.tab-content{
 			position: absolute;
 		}
+		.tab-content::-webkit-scrollbar {
+		    width: 0;
+		    height: 0;
+		    color: transparent;
+		}
         .tab-item{
 			// width:190px;
 			width:max-content;
@@ -279,4 +284,20 @@ page {
 		background: #0b0c0b;
 		color: #fff7eb;
 	}
+}
+::-webkit-scrollbar {
+    width: 0;
+    height: 0;
+    color: transparent;
+}
+@media screen and (max-height: 750px){
+	.master-pic{
+		margin-top: 102px!important;
+	}
+	.question{
+		bottom: 150px!important;
+	}
+	.bottom-view{
+		bottom: 38px!important;
+	}
 }

+ 2 - 2
src/pages/webgl_rxdz_text_customize/webgl_rxdz_text_customize.html

@@ -103,11 +103,11 @@
 		</div>
 		<div class="bottom-view rows rows-between" v-else>
 			<div class="btn columns" @click="share">
-				<i class="iconfont icon-Shared"></i>
+				<i class="iconfont icon-Shared rows"></i>
 				分享
 			</div>
 			<div class="btn columns" @click="conectUS">
-				<i class="iconfont icon-Comment"></i>
+				<i class="iconfont icon-Comment rows"></i>
 				联系我们
 			</div>
 			<div class="btn1 btn-qw rows justify-center" style="margin-right: 0px;" @click="toIndex">

+ 7 - 1
src/pages/webgl_rxdz_text_customize/webgl_rxdz_text_customize.scss

@@ -384,10 +384,16 @@ page {
     position: fixed;
     width: 100%;
 	padding: 0px 30px;
+	padding-top: 20px;
+	padding-bottom: 50px;
     box-sizing: border-box;
 	left: 0px;
-	bottom: 50px;
+	bottom: 0px;
 	z-index: 3;
+	font-size: 0px;
+	background-image: url('https://dm.static.elab-plus.com/miniProgram/rxdz_btn_bg.png');
+	background-repeat: no-repeat;
+	background-size: cover;
     .bottom-btn{
         width: 290px;
         height: 80px;