|
@@ -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 {
|