组件 360° 查看器 360° 观看器组件

360° 观看器组件

一个简单的360°查看器组件,采用玻璃形态风格和响应式设计,支持暗模式。

预览

HTML 代码

<div class="flex flex-col items-center justify-center min-h-screen bg-gray-100 dark:bg-gray-900 p-4">
    <div class="relative w-full max-w-2xl bg-white dark:bg-gray-800 rounded-lg overflow-hidden shadow-lg backdrop-filter backdrop-blur-md bg-opacity-30 dark:bg-opacity-30">
        <div class="p-6">
            <h2 class="text-2xl font-semibold text-gray-800 dark:text-white">360° Viewer</h2>
            <p class="mt-2 text-gray-600 dark:text-gray-300">Explore the item from all angles with our 360° viewer. Use your mouse or finger to rotate.</p>
        </div>
        <div class="flex justify-center">
            <img src="https://picsum.photos/600/400?random=1" alt="360° View" class="w-full h-auto rounded-b-lg">
        </div>
        <div class="flex items-center justify-around p-4">
            <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Avatar" class="w-12 h-12 rounded-full border-2 border-white dark:border-gray-800">
            <img src="https://randomuser.me/api/portraits/women/32.jpg" alt="Avatar" class="w-12 h-12 rounded-full border-2 border-white dark:border-gray-800">
        </div>
    </div>
</div>

相关组件

360° 观看器组件

专为电子商务设计的响应式 360 度查看器组件,支持深色模式。造型为复古/复古,采用柔和的配色方案。仅使用 HTML 和 Tailwind CSS。

打开

复古360度查看器

复古的 360° 查看组件,具有响应效果和使用 Tailwind CSS 的暗主题支持。使用来自 picsum.photos 的占位符图像。

打开

360_Viewer_Component_Retro_Rainbow_Simple_Ecommerce

一个用于电子商务的简单复古主题 360 度查看器组件,具有彩虹渐变、响应式设计和深色模式支持。旨在唤起 80 年代/90 年代的怀旧之情。

打开