zjs_project 1 年之前
父节点
当前提交
6e20932ced
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/pages/webgl_rxdz_customize/webgl_rxdz_customize.scss

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

@@ -252,8 +252,7 @@ page {
 }
 }
 .swiper-img-gs-mh {
 .swiper-img-gs-mh {
 	width: 100vw;
 	width: 100vw;
-	// height: 1102rem;
-	height: 1327rem;
+	height: calc(100% - 930rem);
 	opacity: 0.85;
 	opacity: 0.85;
 	position: absolute;
 	position: absolute;
 	left: 0;
 	left: 0;
@@ -267,6 +266,7 @@ page {
 		height: 100%;
 		height: 100%;
 		filter: blur(20px);
 		filter: blur(20px);
 		transform: scale(1.2);
 		transform: scale(1.2);
+		object-fit: cover;
 	}
 	}
 }
 }
 .bottom-view{
 .bottom-view{