Ver código fonte

1

Signed-off-by: lcw <1324309909@qq.com>
lcw 3 anos atrás
pai
commit
1c9d805542
1 arquivos alterados com 5 adições e 5 exclusões
  1. 5 5
      src/components/curtain.vue

+ 5 - 5
src/components/curtain.vue

@@ -876,7 +876,7 @@
 							secondT < 218 &&
 							type == "C5Two"
 						) {
-							_C5Two.style.left = c2L + 309 + "px";
+							_C5Two.style.left = c2L + 315 + "px";
 							_C5Two.style.top = c2T - 202 + "px";
 							binding.value.setC5Two(1);
 						} else if (type == "C5Two") {
@@ -1102,7 +1102,7 @@
 						}
 
 						if (binding.value.getC5Two() == 1 && type == "C2") {
-							_C5Two.style.left = nl + 309 + "px";
+							_C5Two.style.left = nl + 315 + "px";
 							_C5Two.style.top = nt - 202 + "px";
 						}
 
@@ -1490,7 +1490,7 @@
 		top: 79%;
 		left: 20%;
 		transform: translateY(-50%);
-		z-index: 1;
+		z-index: 3;
 	}
 
 	#curtains {
@@ -1508,7 +1508,7 @@
 		top: 51%;
 		left: 36%;
 		transform: translateY(-50%);
-		z-index: 1;
+		z-index: 2;
 	}
 
 	#C5Two {
@@ -1517,7 +1517,7 @@
 		top: 51%;
 		left: 39%;
 		transform: translateY(-50%);
-		z-index: 1;
+		z-index: 2;
 	}
 
 	#line {