<!DOCTYPE html>
<html>
<body>
<div class="player">
<img class="cover" src="cat.jpg" />
<h2 class="title">搞笑猫咪合集</h2>
<button class="btn">▶️ 播放</button>
</div>
</body>
</html>
.player { margin: auto; padding: 20px; }
.cover { width: 100%; height: 200px; }
.title { color: #fb7299; /* B站主题色 */ }
.btn { background: #00aeec; color: white; }