组件 CAPTCHA 验证码 玻璃质感验证码组件

玻璃质感验证码组件

具有 glassmorphism 设计风格的简单 CAPTCHA 组件。非常适合电子商务网站,具有磨砂玻璃般的半透明效果、深色模式支持和灰度配色方案。

预览

HTML 代码

<div class="flex justify-center items-center min-h-screen bg-gray-900 dark:bg-gray-800">
    <div class="bg-white dark:bg-gray-700 backdrop-blur-md bg-opacity-30 rounded-lg shadow-lg p-6 max-w-md w-full">
        <h2 class="text-center text-gray-800 dark:text-gray-200 text-2xl font-semibold mb-4">Please Verify You Are Human</h2>
        <p class="text-center text-gray-600 dark:text-gray-400 mb-6">To continue with your shopping, please complete the CAPTCHA below.</p>
        <div class="flex justify-center mb-4">
            <img src="https://picsum.photos/200/100" alt="CAPTCHA Image" class="rounded-lg shadow-md" />
        </div>
        <div class="flex justify-center items-center">
            <input type="text" placeholder="Enter text from image" class="border border-gray-300 dark:border-gray-600 rounded-md p-2 w-1/2 bg-transparent text-gray-900 dark:text-gray-100" />
            <button class="ml-2 bg-gray-800 dark:bg-gray-500 text-white rounded-md px-4 py-2 hover:bg-gray-700 dark:hover:bg-gray-400">Verify</button>
        </div>
        <div class="flex justify-center mt-4">
            <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="User Avatar" class="rounded-full w-12 h-12 border-2 border-white dark:border-gray-700" />
        </div>
    </div>
</div>

相关组件

CAPTCHA 组件 - 水彩/艺术

一个简单、响应式的 CAPTCHA 组件,具有水彩/艺术设计、高对比度配色方案和深色模式支持,适用于制造/工业应用。

打开

Monospace_Developer_CAPTCHA_Component

一个复杂的、受代码启发的 CAPTCHA 组件,具有等宽字体、终端美学和互补配色方案,专为作品集展示作品而设计。完全响应,支持深色模式。

打开

拟物化 CAPTCHA 组件

一个中等复杂度的拟物化 CAPTCHA 组件,采用企业蓝色调设计,适用于预订和预订系统。具有响应式设计和暗模式支持,模仿现实世界的数字元素。

打开