电子商务组件

一个中等复杂度的电子商务组件,采用深色模式设计,使用大地色调作为投资组合展示。

预览

HTML 代码

<div class="bg-gray-800 text-white p-6 rounded-lg shadow-lg">
    <h2 class="text-2xl font-semibold mb-4">Featured Products</h2>
    <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
        <div class="bg-gray-700 hover:bg-gray-600 transition rounded-lg overflow-hidden">
            <img class="w-full h-48 object-cover" src="https://picsum.photos/300/200?random=1" alt="Product 1" />
            <div class="p-4">
                <h3 class="text-xl font-medium mb-2">Product Title 1</h3>
                <p class="text-gray-300 mb-4">Brief description of the product.</p>
                <span class="text-yellow-500 font-bold">$29.99</span>
                <button class="mt-4 w-full py-2 bg-yellow-600 hover:bg-yellow-500 rounded transition">Add to Cart</button>
            </div>
        </div>
        <div class="bg-gray-700 hover:bg-gray-600 transition rounded-lg overflow-hidden">
            <img class="w-full h-48 object-cover" src="https://picsum.photos/300/200?random=2" alt="Product 2" />
            <div class="p-4">
                <h3 class="text-xl font-medium mb-2">Product Title 2</h3>
                <p class="text-gray-300 mb-4">Brief description of the product.</p>
                <span class="text-yellow-500 font-bold">$49.99</span>
                <button class="mt-4 w-full py-2 bg-yellow-600 hover:bg-yellow-500 rounded transition">Add to Cart</button>
            </div>
        </div>
        <div class="bg-gray-700 hover:bg-gray-600 transition rounded-lg overflow-hidden">
            <img class="w-full h-48 object-cover" src="https://picsum.photos/300/200?random=3" alt="Product 3" />
            <div class="p-4">
                <h3 class="text-xl font-medium mb-2">Product Title 3</h3>
                <p class="text-gray-300 mb-4">Brief description of the product.</p>
                <span class="text-yellow-500 font-bold">$19.99</span>
                <button class="mt-4 w-full py-2 bg-yellow-600 hover:bg-yellow-500 rounded transition">Add to Cart</button>
            </div>
        </div>
    </div>
</div>

相关组件

电子商务组件

一个响应式电子商务组件,具有微交互、大地色调配色方案、中等复杂性和深色模式支持。

打开

拟物化电子商务组件

一个复杂的、响应式的单色拟物化电子商务组件,适用于支持深色模式的商业网站。

打开

复古单色产品网格

一个简单的响应式复古/复古电子商务产品网格组件,采用单色紫色调色板的样式,并支持深色主题。该设计以基本布局和最少元素唤起了 80 年代/90 年代的怀旧之情,非常适合在线购物体验。

打开