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

360° 查看器组件

一个具备拟物化设计的 360° 观察组件,使用 Tailwind CSS,支持响应效果和暗黑主题。

预览

HTML 代码

<div class="flex flex-col items-center justify-center h-screen bg-gray-100 dark:bg-gray-900">
    <div class="bg-white dark:bg-gray-800 rounded-lg shadow-lg p-8 max-w-md w-full">
        <h2 class="text-2xl font-bold text-gray-800 dark:text-white mb-4 text-center">360° Viewer</h2>
        <div class="relative w-full h-64 bg-gray-200 dark:bg-gray-700 rounded-lg overflow-hidden shadow-lg">
            <img src="https://picsum.photos/600/400" alt="360° View" class="w-full h-full object-cover rotate-360" />
            <div class="absolute top-0 left-0 w-full h-full flex items-center justify-center">
                <div class="p-2 bg-gray-300 dark:bg-gray-600 rounded-full shadow-lg">
                    <img src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" class="w-12 h-12 rounded-full border-4 border-white shadow-md" />
                </div>
            </div>
        </div>
        <div class="mt-4 text-center">
            <p class="text-gray-600 dark:text-gray-300">Interact with the 360° view to explore the surroundings.</p>
        </div>
    </div>
</div>

相关组件

360° 查看器组件

一个复古/怀旧风格的360°查看器组件,用于展示作品或产品,使用Tailwind CSS设计,具有复杂的界面,包含多个交互元素并支持暗模式.

打开

360_viewer_component

一个复杂的 360° 产品查看器组件,具有工业、原始的美感,使用紫色/紫色配色方案,适用于投资组合。具有交互式元素、响应式设计和深色模式支持。

打开

360° 观看组件

采用拟物化样式设计的 360° 查看器组件,采用灰度配色方案。它具有适用于社交媒体应用程序的中等复杂度界面,支持浅色和深色主题。

打开