feat: 大转盘 - 未来的目标效果图

This commit is contained in:
Burt 2024-01-12 17:04:37 +08:00
parent 5224d89450
commit ad1207fb65
2 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,7 @@
}
</route>
<template>
<view>
<view class="text-center">
<view class="container">
<view class="prize-list" :style="styleObj">
<view
@ -19,11 +19,14 @@
</view>
<view class="lottery-btn" @click="start"> </view>
</view>
<view class="text-blue-600 my-2">目标是实现如下的效果但是我感觉只用css还是太难了</view>
<image :src="targetImg" mode="widthFix" width="552px" />
</view>
</template>
<script lang="ts" setup>
import { ref, computed } from 'vue'
import targetImg from './target.png'
//
const prizeList = [

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 KiB