Browse Source

位置更改

hxl
Administrator 4 weeks ago
parent
commit
4f826508ec
  1. 4
      src/views/DZP1.vue
  2. 7
      src/views/DZP2.vue

4
src/views/DZP1.vue

@ -201,8 +201,8 @@ onMounted(() => {
/* 添加艺术字样式 */ /* 添加艺术字样式 */
.art-text { .art-text {
position: fixed; position: fixed;
left: 450px;
bottom: 200px;
left: 30%;
bottom: 20%;
transform: translateX(-50%); transform: translateX(-50%);
font-family: 'Arial Black', sans-serif; font-family: 'Arial Black', sans-serif;
font-size: 150px; font-size: 150px;

7
src/views/DZP2.vue

@ -165,9 +165,10 @@ function endCallback(prize) {
} }
.luckyWheel { .luckyWheel {
position: fixed; position: fixed;
z-index: 2000; z-index: 2000;
left: 826px;
left: 43%;
top: 487px; top: 487px;
pointer-events: auto; pointer-events: auto;
} }
@ -176,7 +177,7 @@ function endCallback(prize) {
.wheel-base2 { .wheel-base2 {
background-image: url('/public/wheel-base2.png'); background-image: url('/public/wheel-base2.png');
position: fixed; position: fixed;
left: 750px;
left: 39%;
top: 395px; top: 395px;
width: 520px; width: 520px;
height: 600px; height: 600px;
@ -186,7 +187,7 @@ function endCallback(prize) {
.pan { .pan {
background-image: url('/public/pan.png'); background-image: url('/public/pan.png');
position: fixed; position: fixed;
left: 822px;
left: 50px;
top: 460px; top: 460px;
width: 360px; width: 360px;
height: 360px; height: 360px;

Loading…
Cancel
Save