|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
<div class="tip">
|
|
|
- <img src="../assets/img/tips.png" alt="" />
|
|
|
+ <img src="../assets/img/light/tips.png" alt="" />
|
|
|
</div>
|
|
|
<div class="img">
|
|
|
<div
|
|
@@ -251,7 +251,7 @@ export default {
|
|
|
spP < -40 &&
|
|
|
type == 1
|
|
|
) {
|
|
|
- dv.style.left = policeL + 66.5 + "px";
|
|
|
+ dv.style.left = policeL + 63 + "px";
|
|
|
dv.style.top = policeT - 79 + "px";
|
|
|
|
|
|
// dv1.style.left = policeL + 112 + "px";
|
|
@@ -270,7 +270,7 @@ export default {
|
|
|
spP < -40 &&
|
|
|
type == 1
|
|
|
) {
|
|
|
- dv.style.left = policeL + 66.5 + "px";
|
|
|
+ dv.style.left = policeL + 63 + "px";
|
|
|
dv.style.top = policeT - 79 + "px";
|
|
|
|
|
|
if (binding.value.getA() == 1) {
|
|
@@ -323,7 +323,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
if (binding.value.getC() == 1 && type == 3) {
|
|
|
- dv.style.left = nl + 66.5 + "px";
|
|
|
+ dv.style.left = nl + 63 + "px";
|
|
|
dv.style.top = nt - 79 + "px";
|
|
|
}
|
|
|
|
|
@@ -332,7 +332,7 @@ export default {
|
|
|
type == 3 &&
|
|
|
binding.value.getA() != 2
|
|
|
) {
|
|
|
- dv.style.left = nl + 66.5 + "px";
|
|
|
+ dv.style.left = nl + 63 + "px";
|
|
|
dv.style.top = nt - 79 + "px";
|
|
|
|
|
|
} else if (
|
|
@@ -350,7 +350,7 @@ export default {
|
|
|
dv2.style.left = nl + 63 + "px";
|
|
|
dv2.style.top = nt - 79 + "px";
|
|
|
|
|
|
- dv.style.left = nl + 66.5 + "px";
|
|
|
+ dv.style.left = nl + 63 + "px";
|
|
|
dv.style.top = nt - 79 + "px";
|
|
|
|
|
|
} else if (
|
|
@@ -361,7 +361,7 @@ export default {
|
|
|
dv2.style.left = nl + 63 + "px";
|
|
|
dv2.style.top = nt - 79 + "px";
|
|
|
|
|
|
- dv.style.left = nl + 66.5 + "px";
|
|
|
+ dv.style.left = nl + 63 + "px";
|
|
|
dv.style.top = nt - 79 + "px";
|
|
|
} else if (
|
|
|
binding.value.getA() == 2 &&
|
|
@@ -372,7 +372,7 @@ export default {
|
|
|
dv2.style.left = nl + 63 + "px";
|
|
|
dv2.style.top = nt - 79 + "px";
|
|
|
|
|
|
- dv.style.left = nl + 66.5 + "px";
|
|
|
+ dv.style.left = nl + 63 + "px";
|
|
|
dv.style.top = nt - 79 + "px";
|
|
|
|
|
|
} else if (
|
|
@@ -384,7 +384,7 @@ export default {
|
|
|
dv2.style.left = nl + 63 + "px";
|
|
|
dv2.style.top = nt - 79 + "px";
|
|
|
|
|
|
- dv.style.left = nl + 66.5 + "px";
|
|
|
+ dv.style.left = nl + 63 + "px";
|
|
|
dv.style.top = nt - 79 + "px";
|
|
|
} else if (
|
|
|
binding.value.getA() == 2 &&
|
|
@@ -395,7 +395,7 @@ export default {
|
|
|
dv2.style.left = nl + 63 + "px";
|
|
|
dv2.style.top = nt - 79 + "px";
|
|
|
|
|
|
- dv.style.left = nl + 66.5 + "px";
|
|
|
+ dv.style.left = nl + 63 + "px";
|
|
|
dv.style.top = nt - 79 + "px";
|
|
|
}
|
|
|
}
|
|
@@ -468,7 +468,7 @@ body {
|
|
|
}
|
|
|
|
|
|
#screan {
|
|
|
- width: 105px;
|
|
|
+ width: 110px;
|
|
|
position: absolute;
|
|
|
left: 10%;
|
|
|
top: 50%;
|