feat(player): ???????????????

???????????????????????????????????????????????????????????

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-16 16:10:11 +08:00
parent 4a93fcfce0
commit cb4e48b9f4
8 changed files with 362 additions and 162 deletions

View File

@@ -68,12 +68,6 @@ function formatKickoff(startTime: string) {
</span>
<span class="qe-label">{{ t('wallet.view_all') }}</span>
</button>
<button type="button" class="qe-item" @click="router.push('/bet')">
<span class="qe-icon qe-icon--promo">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" width="22" height="22"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>
</span>
<span class="qe-label">{{ t('home.hot_matches') || '热门赛事' }}</span>
</button>
</div>
<h2 class="section-title">{{ t('home.hot_matches') }}</h2>
@@ -147,7 +141,7 @@ function formatKickoff(startTime: string) {
.quick-entries {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-columns: repeat(3, 1fr);
gap: 8px;
margin-bottom: 14px;
padding: 0 2px;
@@ -196,11 +190,6 @@ function formatKickoff(startTime: string) {
color: #E8870A;
}
.qe-icon--promo {
background: rgba(220, 38, 38, 0.08);
color: #DC2626;
}
.qe-label {
font-size: 11px;
font-weight: 600;