组件 内容显示组件 内容展示组件 11

内容展示组件 11

一个复古/怀旧风格的内容展示组件,展示80年代/90年代的怀旧设计,具有响应式效果和深色主题支持。

预览

HTML 代码

<div class="bg-white dark:bg-gray-800 rounded-lg shadow-lg overflow-hidden">
    <div class="flex flex-col md:flex-row items-center p-6">
        <img class="w-full md:w-1/3 h-auto rounded-lg mb-4 md:mb-0" src="https://picsum.photos/300/200?random=1" alt="Random retro image">
        <div class="md:ml-4">
            <h2 class="text-2xl font-bold text-gray-800 dark:text-gray-100">Retro/Vintage Title</h2>
            <p class="text-gray-600 dark:text-gray-400 mb-2">This is a nostalgic description that evokes the design style of the 80s and 90s, full of vibrant colors and retro aesthetics.</p>
            <div class="flex items-center">
                <img class="w-10 h-10 rounded-full border-2 border-gray-300 dark:border-gray-700 mr-2" src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar">
                <span class="text-gray-700 dark:text-gray-300">Posted by <span class="font-bold">User Name</span></span>
            </div>
        </div>
    </div>
    <div class="p-6">
        <p class="text-gray-700 dark:text-gray-300">Here’s a bit more detail about the content. This section can be used to provide additional context or information.</p>
    </div>
    <div class="bg-gray-100 dark:bg-gray-700 p-4 text-right">
        <button class="bg-blue-500 text-white rounded-md px-4 py-2 hover:bg-blue-600 dark:bg-blue-700 dark:hover:bg-blue-800">Read More</button>
    </div>
</div>

相关组件

俭皮的宝石色调摄影内容显示

用于摄影作品集或画廊的复杂、有趣且有趣的内容显示组件,具有明亮的宝石色调、圆润的元素和响应式设计,并支持深色模式。它展示了多个交互式元素,如特色图片、网格布局和个人资料部分。

打开

Material Design Triadic 仪表板卡片

一个简单、响应式的仪表板内容显示组件,具有 Material Design 美学,使用三色配色方案和深色模式支持。适用于显示关键指标或信息。

打开

Skeuomorphic_Fashion_Card

用于时尚/美容产品的简单响应式内容显示卡,采用拟物化美学设计,采用企业蓝色调。包括深色模式支持。

打开