upload project source code
This commit is contained in:
12
前端源码/uni-app/components/screens/AnalysisPlaceholder.vue
Normal file
12
前端源码/uni-app/components/screens/AnalysisPlaceholder.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<view class="h-full flex flex-col items-center justify-center bg-[#050508] text-[#d4af37] font-serif relative overflow-hidden">
|
||||
<view class="absolute inset-0 bg-[radial-gradient(ellipse_at_center,_var(--tw-gradient-stops))] from-[#1a1a2e] via-[#050508] to-[#000] opacity-80"></view>
|
||||
<view class="absolute inset-0 bg-[url('https://www.transparenttextures.com/patterns/stardust.png')] opacity-20"></view>
|
||||
<view class="relative z-10 text-center px-8">
|
||||
<view class="text-5xl mb-4">☯</view>
|
||||
<text class="block text-xl font-bold tracking-[0.4em] mb-2">命盘解析生成中</text>
|
||||
<text class="block text-sm text-[#e2e2e2]/80">分析时间预计1-2分钟,可点击返回按钮退出,并在我的方案中查看结果</text>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user