实时体育数据 数据来源:西瓜体育
⚽ 足球实时 (10)
| 主队 | 比分 | 客队 | 联赛 | 时间(北京) |
|---|---|---|---|---|
| 斯卢茨克 | 0:0 | 鲍里索夫BATE-2队 | 白俄罗斯足球甲级联赛 | 20:00 |
| 塔尔图坦梅卡 | 0:0 | 纳尔瓦特兰斯 | 爱沙尼亚足球甲级联赛 | 19:30 |
| 梅查尔 | 0:0 | 埃塞俄比亚梅丁 | 埃塞俄比亚足球超级联赛 | 20:00 |
| 新特罗伊茨克诺斯塔 | 0:1 | 巴尔瑙尔迪纳摩 | 俄罗斯FNL 2联赛第4组 | 19:00 |
| 布拉特沃格 | 0:0 | 耶尔夫 | 挪威足球乙级联赛第1组 | 20:00 |
| 科克舍套奥克热特佩斯 | 0:0 | 托博尔 | 哈萨克斯坦足球超级联赛 | 20:00 |
| 阿伦达尔 | 3:1 | 特雷夫 | 挪威足球乙级联赛第1组 | 18:00 |
| 塔林莱瓦迪亚U21队 | 4:0 | 塔林FC | 爱沙尼亚足球乙级联赛 | 17:30 |
| 塔林纳卡列夫 | 5:1 | 诺姆卡尔尤U21队 | 爱沙尼亚足球乙级联赛 | 17:30 |
| 多尔比兹诺尼瓦 | 6:0 | 莫洛杰奇诺 | 白俄罗斯足球甲级联赛 | 18:00 |
🏀 篮球实时 (10)
| 主队 | 比分 | 客队 | 联赛 | 时间(北京) |
|---|---|---|---|---|
| 西贡热火 | — | 河内水牛 | 越南篮球协会 | 20:30 |
| 拜仁慕尼黑篮球 | — | 柏林阿尔巴 | 德国篮球联赛 | 22:30 |
| 摩纳哥篮球俱乐部 | — | 巴黎篮球 | 法国国家篮球联赛 | 00:00 |
| 华沙莱吉亚 | — | 绿山城篮球 | 波兰篮球联赛 | 01:00 |
| 特拉维夫马卡比 | — | 特拉维夫哈普尔 | 以色列篮球超级联赛 | 01:50 |
| 斯卡伯勒神射手 | — | 尼亚加拉河狮 | 加拿大精英篮球联赛 | 04:00 |
| 拉斯维加斯王牌 | — | 金州女武神 | WNBA | 04:00 |
| 明尼苏达森林狼 | — | 华盛顿神秘客 | WNBA | 06:00 |
| 渥太华黑杰克 | — | 萨斯卡通曼巴 | 加拿大精英篮球联赛 | 07:00 |
| 阳光海岸凤凰 | 103:70 | 布里斯班首都 | NBL1北方赛区 | 18:00 |
更新于 2026-06-21 20:06(北京时间)
立即购买 图片与图表
西瓜体育汇聚海量赛事高清画面,为您呈现身临其境的观赛体验。
直播平台文档
西瓜体育专注高清直播,身临其境,为用户提供专业可靠的体验。



<!-- Square image (default) -->
<img src="path-to-image" alt="Square image">
<!-- Rounded image -->
<img src="path-to-image" class="rounded-3" alt="Rounded image">
<!-- Circle image -->
<img src="path-to-image" class="rounded-circle" alt="Circle image"> // Square image (default)
img(src="path-to-image", alt="Square image")
// Rounded image
img(src="path-to-image", alt="Rounded image").rounded-3
// Circle image
img(src="path-to-image", alt="Circle image").rounded-circle
Thumbnails



<!-- Square thumbnail -->
<img src="path-to-image" class="img-thumbnail" alt="Square image">
<!-- Rounded thumbnail -->
<img src="path-to-image" class="img-thumbnail rounded" alt="Rounded image">
<!-- Circle thumbnail -->
<img src="path-to-image" class="img-thumbnail rounded-circle" alt="Circle image"> // Square tumbnail
img(src="path-to-image", alt="Square image").img-thumbnail
// Rounded tumbnail
img(src="path-to-image", alt="Rounded image").img-thumbnail.rounded
// Circle tumbnail
img(src="path-to-image", alt="Circle image").img-thumbnail.rounded-circle
围绕实时资讯,掌握全局,西瓜体育持续打磨更优质的服务。
<!-- Caption on the left -->
<figure class="figure">
<img src="path-to-image" class="figure-img" alt="...">
<figcaption class="figure-caption">Caption on the left</figcaption>
</figure>
<!-- Caption in the center -->
<figure class="figure">
<img src="path-to-image" class="figure-img" alt="...">
<figcaption class="figure-caption text-center">Caption in the center</figcaption>
</figure>
<!-- Caption on the right -->
<figure class="figure">
<img src="path-to-image" class="figure-img" alt="...">
<figcaption class="figure-caption text-end">Caption on the right</figcaption>
</figure> // Caption on the left
figure.figure
img(src="path-to-image", alt="...").figure-img
figcaption.figure-caption Caption on the left
// Caption in the center
figure.figure
img(src="path-to-image", alt="...").figure-img
figcaption.figure-caption.text-center Caption in the center
// Caption on the right
figure.figure
img(src="path-to-image", alt="...").figure-img
figcaption.figure-caption.text-end Caption on the right