20240205
luoJunYong.123 3 years ago
parent 0ce47a36f8
commit 37e3b32a8c
  1. 18
      src/pages/counter/list/index.vue

@ -2519,7 +2519,7 @@ export default {
font-size: 18px; font-size: 18px;
width: 100px; width: 100px;
height: 100px; height: 100px;
cursor: pointer cursor: pointer;
} }
.man { .man {
// //
@ -2631,7 +2631,7 @@ export default {
font-size: 18px; font-size: 18px;
width: 100px; width: 100px;
height: 100px; height: 100px;
cursor: pointer cursor: pointer;
} }
.man { .man {
// //
@ -2742,7 +2742,7 @@ export default {
font-size: 18px; font-size: 18px;
width: 100px; width: 100px;
height: 100px; height: 100px;
cursor: pointer cursor: pointer;
} }
.man { .man {
// //
@ -2864,7 +2864,7 @@ export default {
font-size: 18px; font-size: 18px;
width: 100px; width: 100px;
height: 100px; height: 100px;
cursor: pointer cursor: pointer;
} }
.man { .man {
// //
@ -2982,7 +2982,7 @@ export default {
font-size: 18px; font-size: 18px;
width: 100px; width: 100px;
height: 100px; height: 100px;
cursor: pointer cursor: pointer;
} }
.man { .man {
// //
@ -3081,8 +3081,8 @@ export default {
.employeeText { .employeeText {
// //
position: absolute; position: absolute;
top: 517px; top: 470px;
left: 893px; left: 830px;
color: #000; color: #000;
transform: rotateZ(38deg) scale3d(1, 1, 1) skew(-19deg, -9deg); transform: rotateZ(38deg) scale3d(1, 1, 1) skew(-19deg, -9deg);
font-size: 18px; font-size: 18px;
@ -3090,7 +3090,8 @@ export default {
text-align: center; text-align: center;
height: 100px; height: 100px;
line-height: 100px; line-height: 100px;
cursor: pointer cursor: pointer;
z-index: 200;
} }
.man { .man {
@ -3142,6 +3143,7 @@ export default {
top: 55vh; top: 55vh;
left: 57vw; left: 57vw;
width: 50px; width: 50px;
z-index: 300;
} }
.currency-detector { .currency-detector {
top: 56vh; top: 56vh;

Loading…
Cancel
Save