一个简单的360°查看器组件,采用玻璃形态风格和响应式设计,支持暗模式。
<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>
受 Material Design 启发的 360° 查看器组件,具有鲜艳的色彩,用于展示作品或产品,具有响应式设计和深色模式支持。
一个简单的 360° 查看器组件,专为电子商务而设计,具有微交互和大地色调配色方案,并支持深色模式。
一个简单的360°查看组件,采用野兽派风格和柔和色彩,适合社交媒体界面。