Files
----/前端源码/uni-app/components/screens/AnalysisPlaceholder.vue

13 lines
802 B
Vue
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<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>