fix: 完全还原大厅页面,只保留导航栏作为百家乐的直达入口

This commit is contained in:
pllx
2026-06-30 14:14:21 +08:00
parent fc28fe37c6
commit 9fd7b14ec7
+2 -9
View File
@@ -60,16 +60,9 @@
<main class="max-w-7xl mx-auto py-10 px-4 sm:px-6 lg:px-8">
<div class="mb-6 flex flex-col sm:flex-row sm:items-center sm:justify-between border-b pb-4 gap-4">
<h2 class="text-xl font-bold text-gray-700">
公开频段 (<span class="text-indigo-600">{{ $rooms->count() }}</span>)
<div class="mb-6 flex justify-between items-end border-b pb-4">
<h2 class="text-xl font-bold text-gray-700">公开频段 (<span class="text-indigo-600">{{ $rooms->count() }}</span>)
</h2>
<div class="flex flex-wrap gap-2 text-xs">
<a href="{{ route('baccarat.history-page') }}"
class="inline-flex items-center gap-1.5 px-4 py-2 bg-gradient-to-r from-red-600 to-indigo-600 hover:from-red-700 hover:to-indigo-700 text-white rounded-xl font-bold shadow-md hover:shadow-lg transition transform hover:-translate-y-0.5">
🎲 百家乐开奖走势
</a>
</div>
</div>
{{-- 房间瀑布流网格 --}}