组件 媒体组件 媒体组件 Component Component

媒体组件 Component Component

一个复杂的响应式媒体组件,用于博客内容消费,在深色模式下使用单色配色方案设置样式。它包括图像、标题、描述和作者头像。

预览

HTML 代码

<div class="max-w-2xl mx-auto bg-gray-900 text-gray-100 p-6 rounded-lg shadow-md">
    <img class="w-full h-48 rounded-lg object-cover mb-4" src="https://picsum.photos/800/400" alt="Media Content">
    <h2 class="text-2xl font-bold mb-2">Article Title</h2>
    <p class="text-gray-400 mb-4">This is a short description of the content that provides a brief overview of what the article is about.</p>
    <div class="flex items-center mt-4">
        <img class="w-10 h-10 rounded-full mr-3" src="https://randomuser.me/api/portraits/men/32.jpg" alt="Author Avatar">
        <div>
            <p class="text-sm font-semibold">John Doe</p>
            <p class="text-xs text-gray-500">Published on January 1, 2023</p>
        </div>
    </div>
</div>

相关组件

媒体组件

一个响应式媒体组件,灵感来自复古/经典设计风格,具有80年代/90年代的怀旧美感。它支持深色主题,使用Tailwind CSS,并包含占位符图像和头像。

打开

媒体组件

一个采用拟物化风格的媒体组件,使用Tailwind CSS设计,具有响应式效果和暗色主题支持。

打开

Skeuomorphic_Grayscale_Media_Component

一个复杂的响应式媒体组件,采用拟物化灰度样式设计,适用于商业/公司网站,具有多个交互元素和深色模式支持。

打开