组件 CAPTCHA 验证码 黑暗模式验证码组件

黑暗模式验证码组件

一个为暗模式UI设计的CAPTCHA组件,具有响应式效果和黑暗主题支持。

预览

HTML 代码

<div class="bg-gray-800 text-white p-6 rounded-lg shadow-lg max-w-md mx-auto">
    <h2 class="text-lg font-semibold mb-4">Verify You're Human</h2>
    <div class="flex items-center mb-4">
        <img src="https://picsum.photos/50/50" alt="Random Image" class="w-12 h-12 rounded-full mr-3" />
        <span class="flex-1 text-sm">Please identify the image below:</span>
    </div>
    <div class="mb-4">
        <img src="https://picsum.photos/250/150" alt="CAPTCHA Image" class="w-full h-auto rounded-md" />
    </div>
    <div class="flex space-x-4">
        <button class="bg-blue-600 hover:bg-blue-500 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline">Verify</button>
        <button class="bg-gray-500 hover:bg-gray-400 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline">Refresh</button>
    </div>
</div>

相关组件

CAPTCHA 组件

一个复杂的、受代码启发的 CAPTCHA 组件,具有糖果/糖果配色方案,专为社交媒体界面设计。具有响应式布局、深色模式支持和交互式元素。

打开

验证码组件

一个具有深色模式和响应式设计的 CAPTCHA 组件。

打开

验证码组件

支持黑暗主题与随机占位符图像的响应式验证码组件,具备微交互功能。

打开