HTML 代码
<div class="bg-white dark:bg-gray-800 rounded-lg shadow-lg overflow-hidden p-4">
<h2 class="text-xl font-semibold text-gray-800 dark:text-gray-200 mb-4">360° Viewer</h2>
<div class="flex justify-center mb-4">
<img src="https://picsum.photos/700/400?random=1" alt="360° View" class="rounded-lg transition-transform duration-500 ease-in-out hover:scale-105">
</div>
<p class="text-gray-600 dark:text-gray-400 mb-2">Experience the object in 360° view. Hover to zoom in.</p>
<a href="#" class="text-blue-500 dark:text-blue-400 hover:underline">Learn more about this view</a>
</div>