组件 视频播放器 视频播放器组件

视频播放器组件

一个专为作品集展示而设计的新形态视频播放器组件,具有深色主题和使用 Tailwind CSS 的响应式设计。

预览

HTML 代码

<div class="flex flex-col items-center justify-center p-6 bg-gray-200 dark:bg-gray-900 rounded-lg shadow-lg">
    <div class="bg-gray-300 dark:bg-gray-800 w-full md:w-3/4 rounded-xl overflow-hidden shadow-inner">
        <video controls class="w-full h-auto">
            <source src="https://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4">
            Your browser does not support the video tag.
        </video>
    </div>
    <div class="mt-4 text-center">
        <h2 class="text-lg font-semibold text-gray-800 dark:text-gray-200">Showcase Title</h2>
        <p class="text-gray-600 dark:text-gray-400">A short description of the video content goes here. Highlight your work effectively.</p>
    </div>
    <div class="flex items-center mt-4">
        <img src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" class="w-10 h-10 rounded-full border-2 border-gray-300 dark:border-gray-700 shadow-inner">
        <div class="ml-3">
            <span class="text-gray-800 dark:text-gray-200 font-semibold">User Name</span>
        </div>
    </div>
</div>

相关组件

视频播放器组件

一个响应式视频播放器组件,其设计具有纸张/印刷灵感的美感和互补的配色方案,适用于论坛或社区平台。包括深色模式支持和语义 HTML。

打开

复古深色模式视频播放器组件

专为运动/健身应用程序设计的响应式视频播放器组件,具有复古柔和的调色板和完整的深色模式支持。它包括占位符视频和带有时间轴的控件。

打开

复古视频播放器组件

一个互动视频播放器组件,以复古/复古美学设计,具有灰度色彩方案和多个互动元素,适合电子商务用途,支持深色模式。

打开