组件 图像灯箱 图片灯箱组件

图片灯箱组件

专为电子商务网站设计的简单响应式图像灯箱组件,具有深色模式样式和类似的配色方案。

预览

HTML 代码

<div class="fixed inset-0 flex items-center justify-center bg-gray-900 dark:bg-gray-800 z-50">
    <div class="relative w-full max-w-2xl">
        <button class="absolute top-0 right-0 p-2 text-white hover:bg-gray-700 dark:hover:bg-gray-600 rounded-full focus:outline-none" aria-label="Close">
            &times;
        </button>
        <img src="https://picsum.photos/800/600" alt="Product Image" class="w-full h-auto rounded-lg shadow-lg">
        <div class="flex justify-between mt-4">
            <button class="flex items-center justify-center w-10 h-10 bg-gray-700 dark:bg-gray-600 rounded-full text-white hover:bg-gray-600 dark:hover:bg-gray-500">
                <img src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" class="w-full h-full rounded-full">
            </button>
            <button class="flex items-center justify-center w-10 h-10 bg-gray-700 dark:bg-gray-600 rounded-full text-white hover:bg-gray-600 dark:hover:bg-gray-500">
                <img src="https://randomuser.me/api/portraits/women/1.jpg" alt="User Avatar" class="w-full h-full rounded-full">
            </button>
        </div>
    </div>
</div>

相关组件

Image Lightbox 组件

响应式图像灯箱组件,具有极简的平面设计、单色配色方案和适度的复杂度,适用于社交媒体界面。它支持使用 Tailwind CSS 的 dark: 前缀的深色主题,并且不需要 JavaScript。图片来自 picsum.photos。

打开

图像灯箱组件

一个为电子商务设计的响应式图片灯箱组件,具有暗模式支持和大地色调的色彩方案。

打开

图片灯箱组件

一个复杂的图像灯箱组件,以粗犷主义风格设计,适合社交媒体界面,具有灰度色彩方案和高对比度的暗模式支持。

打开