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

12 lines
629 B
Vue

<template>
<view class="h-full flex flex-col items-center justify-center bg-[#fdfbf7] text-[#2c2c2c] font-serif relative overflow-hidden">
<view class="absolute inset-0 opacity-10 pointer-events-none bg-[url('https://www.transparenttextures.com/patterns/rice-paper.png')]"></view>
<view class="relative z-10 text-center px-8">
<text class="block text-4xl mb-3 text-[#8b2323]"></text>
<text class="block text-xl font-bold tracking-[0.3em] mb-2">智能起名模块</text>
<text class="block text-sm text-[#5a5a5a]">稍后将迁移完整表单与生成结果</text>
</view>
</view>
</template>