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 {
position: fixed;
left: 450px;
bottom: 200px;
left: 30%;
bottom: 20%;
transform: translateX(-50%);
font-family: 'Arial Black', sans-serif;
font-size: 150px;

7
src/views/DZP2.vue

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

Loading…
Cancel
Save