调整轮播图立即播放按钮样式

This commit is contained in:
mtvpls
2025-12-27 21:11:15 +08:00
parent 383ffc92f0
commit cd761d530c
2 changed files with 6 additions and 6 deletions

View File

@@ -246,7 +246,7 @@ export default function BannerCarousel({ autoPlayInterval = 5000 }: BannerCarous
e.stopPropagation();
handlePlay(currentItem.title);
}}
className="hidden md:flex items-center gap-2 px-6 py-3 bg-blue-600 hover:bg-blue-700 text-white font-semibold rounded-lg transition-colors pointer-events-auto shadow-lg"
className="hidden md:flex items-center gap-2 px-6 py-3 bg-gray-500/30 hover:bg-gray-500/50 backdrop-blur-sm text-white font-semibold rounded-lg transition-all pointer-events-auto"
>
<Play className="w-5 h-5 fill-white" />