diff --git a/src/components/LuckyWheel.vue b/src/components/LuckyWheel.vue index ad781bb..c1086ca 100644 --- a/src/components/LuckyWheel.vue +++ b/src/components/LuckyWheel.vue @@ -259,16 +259,20 @@ defineExpose({ position: absolute; width: 160px; height: 96px; - left: 20px; + left: 0px; top: 10px; // 奖品图 &.p-1 { background-image: url("~@/assets/img/p_1.png"); background-size: 160px 96px; + left: 30px; + } &.p-2 { background-image: url("~@/assets/img/p_2.png"); background-size: 160px 96px; + left: 30px; + } &.p-3 { background-image: url("~@/assets/img/p_3.png"); @@ -281,6 +285,8 @@ defineExpose({ &.p-5 { background-image: url("~@/assets/img/p_5.png"); background-size: 160px 96px; + left: 30px; + } // background-color: #f00; }