实时体育数据 数据来源:西瓜体育
⚽ 足球实时 (10)
| 主队 | 比分 | 客队 | 联赛 | 时间(北京) |
|---|---|---|---|---|
| 斯卢茨克 | 0:0 | 鲍里索夫BATE-2队 | 白俄罗斯足球甲级联赛 | 20:00 |
| 塔尔图坦美卡 | 0:0 | 纳尔瓦特兰斯 | 爱沙尼亚足球甲级联赛 | 19:30 |
| 梅查尔 | 0:0 | 埃塞俄比亚梅丁 | 埃塞俄比亚足球超级联赛 | 20:00 |
| 新特罗伊茨克诺斯塔 | 0:1 | 巴尔瑙尔迪纳摩 | 俄罗斯FNL 2联赛第四组 | 19:00 |
| 布拉特沃格 | 0:0 | 耶尔夫 | 挪威足球乙级联赛第一组 | 20:00 |
| 科克舍套奥克热特佩斯 | 0:0 | 托博尔 | 哈萨克斯坦足球超级联赛 | 20:00 |
| 阿伦达尔 | 3:1 | 特雷夫 | 挪威足球乙级联赛第一组 | 18:00 |
| 塔林莱瓦迪亚U21队 | 4:0 | 塔林FC | 爱沙尼亚足球乙级联赛 | 17:30 |
| 塔林纳卡列夫 | 5:1 | 诺姆卡尔尤U21队 | 爱沙尼亚足球乙级联赛 | 17:30 |
| 多尔比兹诺尼瓦 | 6:0 | 莫洛杰奇诺 | 白俄罗斯足球甲级联赛 | 18:00 |
更新于 2026-06-21 20:06(北京时间)
立即购买 通知
通过即时提醒,第一时间掌握赛场动态,助您不错过任何精彩瞬间。
直播平台文档
西瓜体育专注高清直播,身临其境,为用户提供专业可靠的体验。
Bootstrap
11 mins ago围绕实时资讯,掌握全局,西瓜体育持续打磨更优质的服务。
<!-- Basic toast example (remove fade show to hide toast initially) -->
<div class="toast fade show" role="alert" aria-live="assertive" aria-atomic="true">
<div class="toast-header">
<div class="d-inline-block align-middle bg-primary rounded me-2" style="width: 1.25rem; height: 1.25rem;"></div>
<h6 class="fs-sm mb-0 me-auto">Bootstrap</h6>
<small>11 mins ago</small>
<button type="button" class="btn-close ms-2" data-bs-dismiss="toast" aria-label="Close"></button>
</div>
<div class="toast-body">Hello, world! This is a toast message.</div>
</div> // Basic toast example (remove .fade .show to hide toast initially)
.toast.fade.show(role="alert", aria-live="assertive", aria-atomic="true")
.toast-header
.d-inline-block.align-middle.bg-primary.rounded-circle.me-2(style="width: 1.25rem; height: 1.25rem;")
h6.fs-sm.mb-0.me-auto Bootstrap
small 11 mins ago
button(type="button", data-bs-dismiss="toast", aria-label="Close").btn-close.ms-2
.toast-body Hello, world! This is a toast message.
西瓜体育深耕智能推荐,精准匹配领域,用心服务每一位用户。
Primary toast
在安全下载,畅享无忧方面,西瓜体育提供贴心周到的支持。
Accent toast
西瓜体育以西瓜体育为核心,带来高效便捷的体验。
Success toast
想了解更多足球欧洲杯直播相关内容,尽在西瓜体育。
Danger toast
西瓜体育围绕JRS直播不断创新,回应用户的真实需求。
Warning toast
精选NBA直播内容,西瓜体育与你一同发现更多精彩。
Info toast
西瓜体育专注欧洲杯直播,为用户提供专业可靠的体验。
Dark toast
西瓜体育专注海量赛事,一网打尽,为用户提供专业可靠的体验。
围绕高清直播,身临其境,西瓜体育持续打磨更优质的服务。
西瓜体育深耕实时资讯,掌握全局领域,用心服务每一位用户。
<!-- Primary toast -->
<div class="toast" role="alert" aria-live="assertive" aria-atomic="true">
<div class="toast-header bg-primary text-white">
<i class="ci-bell me-2"></i>
<span class="fw-medium me-auto">Primary toast</span>
<button type="button" class="btn-close btn-close-white ms-2" data-bs-dismiss="toast" aria-label="Close"></button>
</div>
<div class="toast-body text-primary">Hello, world! This is a toast message.</div>
</div>
<!-- Accent toast -->
<div class="toast" role="alert" aria-live="assertive" aria-atomic="true">
<div class="toast-header bg-accent text-white">
<i class="ci-unlocked me-2"></i>
<span class="fw-medium me-auto">Accent toast</span>
<button type="button" class="btn-close btn-close-white ms-2" data-bs-dismiss="toast" aria-label="Close"></button>
</div>
<div class="toast-body text-accent">Hello, world! This is a toast message.</div>
</div>
<!-- Success toast -->
<div class="toast" role="alert" aria-live="assertive" aria-atomic="true">
<div class="toast-header bg-success text-white">
<i class="ci-check-circle me-2"></i>
<span class="fw-medium me-auto">Success toast</span>
<button type="button" class="btn-close btn-close-white ms-2" data-bs-dismiss="toast" aria-label="Close"></button>
</div>
<div class="toast-body text-success">Hello, world! This is a toast message.</div>
</div>
<!-- Danger toast -->
<div class="toast" role="alert" aria-live="assertive" aria-atomic="true">
<div class="toast-header bg-danger text-white">
<i class="ci-close-circle me-2"></i>
<span class="fw-medium me-auto">Danger toast</span>
<button type="button" class="btn-close btn-close-white ms-2" data-bs-dismiss="toast" aria-label="Close"></button>
</div>
<div class="toast-body text-danger">Hello, world! This is a toast message.</div>
</div>
<!-- Warning toast -->
<div class="toast" role="alert" aria-live="assertive" aria-atomic="true">
<div class="toast-header bg-warning text-white">
<i class="ci-security-announcement me-2"></i>
<span class="fw-medium me-auto">Warning toast</span>
<button type="button" class="btn-close btn-close-white ms-2" data-bs-dismiss="toast" aria-label="Close"></button>
</div>
<div class="toast-body text-warning">Hello, world! This is a toast message.</div>
</div>
<!-- Info toast -->
<div class="toast" role="alert" aria-live="assertive" aria-atomic="true">
<div class="toast-header bg-info text-white">
<i class="ci-announcement me-2"></i>
<span class="fw-medium me-auto">Info toast</span>
<button type="button" class="btn-close btn-close-white ms-2" data-bs-dismiss="toast" aria-label="Close"></button>
</div>
<div class="toast-body text-info">Hello, world! This is a toast message.</div>
</div>
<!-- Dark toast -->
<div class="toast" role="alert" aria-live="assertive" aria-atomic="true">
<div class="toast-header bg-dark text-white">
<i class="ci-time me-2"></i>
<span class="fw-medium me-auto">Dark toast</span>
<button type="button" class="btn-close btn-close-white ms-" data-bs-dismiss="toast" aria-label="Close"></button>
</div>
<div class="toast-body text-dark">Hello, world! This is a toast message.</div>
</div>
<!-- Custom color toast -->
<div class="toast" role="alert" aria-live="assertive" aria-atomic="true">
<div class="toast-header border-0 text-white" style="background-color: #69459e;">
<i class="ci-time me-2"></i>
<span class="fw-medium me-auto">Custom color toast</span>
<button type="button" class="btn-close btn-close-white ms-2" data-bs-dismiss="toast" aria-label="Close"></button>
</div>
<div class="toast-body" style="color: #69459e;">Hello, world! This is a toast message.</div>
</div> // Primary toast
.toast(role="alert", aria-live="assertive", aria-atomic="true")
.toast-header.bg-primary.text-white
i.ci-bell.me-2
span.fw-medium.me-auto Primary toast
button(type="button", data-bs-dismiss="toast", aria-label="Close").btn-close.btn-close-white.ms-2
span(aria-hidden="true") ×
.toast-body.text-primary Hello, world! This is a toast message.
// Accent toast
.toast(role="alert", aria-live="assertive", aria-atomic="true")
.toast-header.bg-accent.text-white
i.ci-unlocked.me-2
span.fw-medium.me-auto Accent toast
button(type="button", data-bs-dismiss="toast", aria-label="Close").btn-close.btn-close-white.ms-2
span(aria-hidden="true") ×
.toast-body.text-accent Hello, world! This is a toast message.
// Success toast
.toast(role="alert", aria-live="assertive", aria-atomic="true")
.toast-header.bg-success.text-white
i.ci-check-circle.me-2
span.fw-medium.me-auto Success toast
button(type="button", data-bs-dismiss="toast", aria-label="Close").btn-close.btn-close-white.ms-2
span(aria-hidden="true") ×
.toast-body.text-success Hello, world! This is a toast message.
// Danger toast
.toast(role="alert", aria-live="assertive", aria-atomic="true")
.toast-header.bg-danger.text-white
i.ci-close-circle.me-2
span.fw-medium.me-auto Danger toast
button(type="button", data-bs-dismiss="toast", aria-label="Close").btn-close.btn-close-white.ms-2
span(aria-hidden="true") ×
.toast-body.text-danger Hello, world! This is a toast message.
// Warning toast
.toast(role="alert", aria-live="assertive", aria-atomic="true")
.toast-header.bg-warning.text-white
i.ci-security-announcement.me-2
span.fw-medium.me-auto Warning toast
button(type="button", data-bs-dismiss="toast", aria-label="Close").btn-close.btn-close-white.ms-2
span(aria-hidden="true") ×
.toast-body.text-warning Hello, world! This is a toast message.
// Info toast
.toast(role="alert", aria-live="assertive", aria-atomic="true")
.toast-header.bg-info.text-white
i.ci-announcement.me-2
span.fw-medium.me-auto Info toast
button(type="button", data-bs-dismiss="toast", aria-label="Close").btn-close.btn-close-white.ms-2
span(aria-hidden="true") ×
.toast-body.text-info Hello, world! This is a toast message.
// Dark toast
.toast(role="alert", aria-live="assertive", aria-atomic="true")
.toast-header.bg-dark.text-white
i.ci-time.me-2
span.fw-medium.me-auto Dark toast
button(type="button", data-bs-dismiss="toast", aria-label="Close").btn-close.btn-close-white.ms-2
span(aria-hidden="true") ×
.toast-body.text-dark Hello, world! This is a toast message.
// Custom color toast
.toast(role="alert", aria-live="assertive", aria-atomic="true")
.toast-header.border-0.text-white(style="background-color: #69459e;")
i.ci-time.me-2
span.fw-medium.me-auto Custom color toast
button(type="button", data-bs-dismiss="toast", aria-label="Close").btn-close.btn-close-white.ms-2
span(aria-hidden="true") ×
.toast-body(style="color: #69459e;") Hello, world! This is a toast message.