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

360°查看器组件

一个简单的 360° 查看器组件,采用野兽派风格设计,用于电子商务目的,具有三重配色方案和响应式设计,并支持深色主题。

预览

HTML 代码

<div class="flex flex-col items-center justify-center p-5 bg-gray-900 text-white dark:bg-gray-800">
    <h2 class="text-3xl font-bold mb-4">360° Product Viewer</h2>
    <div class="flex items-center justify-center space-x-5 mb-4">
        <img src="https://picsum.photos/200/300?random=1" alt="Product Image" class="border-4 border-red-600 dark:border-blue-400 rounded-lg transition-transform duration-500 ease-in-out hover:scale-105" />
        <img src="https://picsum.photos/200/300?random=2" alt="Product Image" class="border-4 border-yellow-400 dark:border-green-500 rounded-lg transition-transform duration-500 ease-in-out hover:scale-105" />
        <img src="https://picsum.photos/200/300?random=3" alt="Product Image" class="border-4 border-blue-500 dark:border-red-600 rounded-lg transition-transform duration-500 ease-in-out hover:scale-105" />
    </div>
    <p class="text-center mb-5">Rotate through the product images to see more details.</p>
    <div class="flex space-x-3">
        <button class="bg-red-600 text-white font-bold py-2 px-4 rounded-lg shadow-md hover:bg-red-700 dark:hover:bg-red-500 transition duration-200">Previous</button>
        <button class="bg-yellow-400 text-gray-900 font-bold py-2 px-4 rounded-lg shadow-md hover:bg-yellow-500 dark:bg-green-600 dark:text-white dark:hover:bg-green-500 transition duration-200">Next</button>
    </div>
    <div class="mt-5">
        <img src="https://randomuser.me/api/portraits/men/75.jpg" alt="User Avatar" class="w-16 h-16 rounded-full border-2 border-yellow-400 dark:border-green-500" />
        <p class="mt-2 text-center font-medium">Customer Review</p>
    </div>
</div>

相关组件

360° 观看组件

一个具有玻璃质感风格的360°查看器组件,具有磨砂玻璃般的半透明元素和模糊效果,支持响应式设计和暗黑主题。

打开

360° 查看组件

一个简单的360°查看组件,采用野兽派风格和柔和色彩,适合社交媒体界面。

打开

360° 查看器组件

受 Material Design 启发的 360° 查看器组件,具有鲜艳的色彩,用于展示作品或产品,具有响应式设计和深色模式支持。

打开