组件 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_Viewer_Component_Watercolor_Corporate_Blues

一个复杂的 360° 查看器组件,具有水彩/艺术设计风格和企业蓝色配色方案,专为预订和预订系统量身定制。它具有多个交互元素,并且完全响应暗模式支持。

打开