|
@@ -15,7 +15,7 @@
|
|
|
id="tou"
|
|
|
v-drag="{ go, getK, setk, getC, setC, getA, setA, setPan, getPan }"
|
|
|
>
|
|
|
- <img src="../assets/img/tou.png" alt="" />
|
|
|
+ <img src="../assets/img/tou1.png" alt="" />
|
|
|
</div>
|
|
|
<div
|
|
|
id="ai"
|
|
@@ -252,7 +252,7 @@ export default {
|
|
|
dv.style.top = policeT - 70 + "px";
|
|
|
|
|
|
dv1.style.left = policeL + 98 + "px";
|
|
|
- dv1.style.top = policeT - 143 + "px";
|
|
|
+ dv1.style.top = policeT - 139 + "px";
|
|
|
if (binding.value.getA() == 1) {
|
|
|
binding.value.setC(3);
|
|
|
} else {
|
|
@@ -286,7 +286,7 @@ export default {
|
|
|
|
|
|
if (-70 < stL && stL < -15 && 45 < stP && stP < 100 && type == 2) {
|
|
|
dv1.style.left = _panL + 42 + "px";
|
|
|
- dv1.style.top = _panT - 73 + "px";
|
|
|
+ dv1.style.top = _panT - 69 + "px";
|
|
|
|
|
|
if (binding.value.getA() == 1) {
|
|
|
binding.value.setC(3);
|
|
@@ -316,7 +316,7 @@ export default {
|
|
|
function moveP(nl, nt, type) {
|
|
|
if (binding.value.getK() == 1 && type == 1) {
|
|
|
dv1.style.left = nl + 42 + "px";
|
|
|
- dv1.style.top = nt - 73 + "px";
|
|
|
+ dv1.style.top = nt - 69 + "px";
|
|
|
}
|
|
|
|
|
|
if (binding.value.getC() == 1 && type == 3) {
|
|
@@ -333,7 +333,7 @@ export default {
|
|
|
dv.style.top = nt - 70 + "px";
|
|
|
|
|
|
dv1.style.left = nl + 98 + "px";
|
|
|
- dv1.style.top = nt - 143 + "px";
|
|
|
+ dv1.style.top = nt - 139 + "px";
|
|
|
} else if (
|
|
|
binding.value.getA() == 1 &&
|
|
|
type == 3 &&
|
|
@@ -353,7 +353,7 @@ export default {
|
|
|
dv.style.top = nt - 70 + "px";
|
|
|
|
|
|
dv1.style.left = nl + 98 + "px";
|
|
|
- dv1.style.top = nt - 143 + "px";
|
|
|
+ dv1.style.top = nt - 139 + "px";
|
|
|
} else if (
|
|
|
type == 3 &&
|
|
|
binding.value.getC() == 3 &&
|
|
@@ -377,7 +377,7 @@ export default {
|
|
|
dv.style.top = nt - 70 + "px";
|
|
|
|
|
|
dv1.style.left = nl + 98 + "px";
|
|
|
- dv1.style.top = nt - 143 + "px";
|
|
|
+ dv1.style.top = nt - 139 + "px";
|
|
|
} else if (
|
|
|
binding.value.getA() == 2 &&
|
|
|
type == 3 &&
|
|
@@ -476,7 +476,7 @@ body {
|
|
|
left: 10%;
|
|
|
top: 50%;
|
|
|
transform: translateY(-50%);
|
|
|
- z-index: 4;
|
|
|
+ z-index: 5;
|
|
|
}
|
|
|
|
|
|
#ai {
|