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

360° 观看组件

一个野性主义风格的360°查看器组件,以原始而大胆的设计展示旋转图像,具有响应效果和暗黑主题支持,使用Tailwind CSS。

预览

HTML 代码

<div class="flex flex-col items-center justify-center min-h-screen bg-gray-900 text-white p-4">
    <h1 class="text-4xl font-bold mb-4">360° Viewer</h1>
    <div class="relative w-full max-w-3xl h-96 bg-gray-800 border-4 border-white rounded-lg overflow-hidden shadow-lg">
        <img src="https://picsum.photos/800/600" alt="360° view" class="absolute inset-0 w-full h-full object-cover transform transition-transform duration-700 ease-in-out hover:rotate-12 hover:scale-105"/>
        <div class="absolute bottom-0 left-0 right-0 bg-black bg-opacity-50 p-4">
            <h2 class="text-2xl font-semibold">View from all angles</h2>
            <p class="text-sm">Hover to rotate the view</p>
        </div>
    </div>
    <div class="mt-4">
        <img src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" class="w-16 h-16 rounded-full border-2 border-white" />
        <p class="mt-2">Created by: John Doe</p>
    </div>
</div>

相关组件

360 查看器组件

一个 360 度查看器组件,采用 Glassmorphism 设计、单色配色方案和适度的复杂度。它专为博客/内容目的而设计,响应式,并支持使用 Tailwind CSS 的深色模式。不包含 JavaScript,仅包含带有 Tailwind 类的 HTML。将 picsum.photos 用于图像。

打开

360_Viewer_Component_Brutalism_Grayscale

一个复杂的 360° 查看器组件,专为仪表板应用程序设计,具有野兽派的灰度美学。具有原始、大胆的对比和互动元素,完全响应,支持深色模式。

打开

360_viewer_component

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

打开