组件 资本 复古复古模态组件

复古复古模态组件

一个简单的 retro/vintage 模态组件,带有互补的配色方案,用于展示工作或产品,使用 Tailwind CSS 设计。

预览

HTML 代码

<div class="fixed inset-0 flex items-center justify-center bg-gray-900 bg-opacity-80 dark:bg-black dark:bg-opacity-90">  <div class="bg-yellow-300 dark:bg-yellow-700 text-gray-800 dark:text-gray-200 rounded-lg p-6 max-w-md w-full shadow-lg">    <h2 class="text-lg font-bold mb-4">My Portfolio Item</h2>    <img class="mb-4 rounded" src="https://picsum.photos/300/200" alt="Portfolio Item">    <p class="mb-4">This is a short description of the portfolio item showcasing the work or product. Explore more to find out how it can benefit you!</p>    <div class="flex items-center">      <img class="rounded-full w-10 h-10 mr-2" src="https://randomuser.me/api/portraits/men/1.jpg" alt="Avatar">      <span class="font-semibold">John Doe</span>    </div>    <div class="mt-6 flex justify-end">      <button class="bg-yellow-500 hover:bg-yellow-600 dark:bg-yellow-600 dark:hover:bg-yellow-500 text-white font-bold py-2 px-4 rounded">Close</button>    </div>  </div></div>

相关组件

拟物化社交媒体模态

一个中等复杂度、响应式、拟物化模态组件,专为社交媒体交互而设计,具有互补配色方案和深色模式支持。

打开

复古地球色调弹窗

用于仪表板的复古/老式模态组件,采用大地色调,具有暗模式和响应式设计。

打开

Neon Dashboard 模态

一个复杂的响应式仪表板模式,具有霓虹灯/发光效果,使用秋天的颜色、深色模式支持和交互元素。专为数据可视化和控制面板而设计。

打开