|
|
@ -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; |
|
|
|