|
|
@ -1,7 +1,7 @@ |
|
|
|
<script setup> |
|
|
|
|
|
|
|
import { ref, onBeforeMount,onMounted } from 'vue' |
|
|
|
import jiantou from '../assets/img/jiantou.png' |
|
|
|
import j from '../assets/img/j.png' |
|
|
|
|
|
|
|
const showPopup = ref(false); |
|
|
|
const popupMessage = ref(''); |
|
|
@ -64,7 +64,7 @@ function endCallback(prize) { |
|
|
|
:prizes="prizes" :blocks="blocks" :buttons="buttons" @start="startCallback" @end="endCallback" /> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div class="wheel-base" > |
|
|
|
<div class="wheel-base2" > |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
@ -143,7 +143,7 @@ function endCallback(prize) { |
|
|
|
} |
|
|
|
|
|
|
|
.full-background { |
|
|
|
background-image: url('bg.jpg'); |
|
|
|
background-image: url('bg2.jpg'); |
|
|
|
background-size: cover; |
|
|
|
background-repeat: no-repeat; |
|
|
|
background-position: center; |
|
|
@ -173,8 +173,8 @@ function endCallback(prize) { |
|
|
|
} |
|
|
|
|
|
|
|
/* 转盘底的样式 */ |
|
|
|
.wheel-base { |
|
|
|
background-image: url('wheel-base.png'); |
|
|
|
.wheel-base2 { |
|
|
|
background-image: url('wheel-base2.png'); |
|
|
|
position: fixed; |
|
|
|
left: 750px; |
|
|
|
top: 395px; |