实时体育数据 数据来源:斗鱼tv

⚽ 足球实时 (6)

主队比分客队联赛时间(北京)
萨马拉苏维托夫之翼-20:1泽尔任斯克化工厂俄罗斯FNL 2 第4组17:00
新西伯利亚西伯利亚人1:0莫斯科维列斯俄罗斯FNL 2 A组金牌组17:00
抱川市民1:0江陵市民韩国K3联赛17:00
昆士兰狮子2:1罗切代尔流浪者澳大利亚昆士兰NPL15:00
伊尔库茨克0:4圣彼得堡迪纳摩俄罗斯FNL 2 第2组15:00
圣奥尔本斯圣徒2:1阿尔托纳魔术澳大利亚维多利亚NPL15:00

🏀 篮球实时 (10)

主队比分客队联赛时间(北京)
西贡热火河内水牛越南篮球协会20:30
拜仁慕尼黑篮球柏林阿尔巴德国BBL22:30
摩纳哥篮球俱乐部巴黎篮球法国LNB00:00
华沙莱吉亚绿山城篮球波兰篮球联赛01:00
特拉维夫马卡比特拉维夫哈普尔以色列篮球超级联赛01:50
斯卡伯勒神射手尼亚加拉河狮加拿大精英篮球联赛04:00
拉斯维加斯王牌金州女武神WNBA04:00
明尼苏达森林狼华盛顿神秘客WNBA06:00
渥太华黑杰克萨斯卡通曼巴加拿大精英篮球联赛07:00
阳光海岸凤凰103:70布里斯班首都NBL1 北区18:00
更新于 2026-06-21 17:24(北京时间)

The template folder Sland is available inside the downloaded zip file. Need to unzip the zip file to find the template also the documentation folder.

The files and folders structure is similar to the following:

  1. assets/css — folder with CSS files.
  2. assets/fonts — folder with fonts files.
  3. assets/images — folder with image files.
  4. assets/js — folder with Javascript files.

Upload the template files to the server with the help of one of the FTP-clients like FileZilla.

Files Edit & Upload:

Individual pages can be customized by opening in a code editor such as VS Code. Once all the customization completed then to make the website live you need to upload the updated project files to the hosting server for your own domain. The files can be uploaded using FTP client such as FileZilla.

Followings are the css files which loaded inside the Head Section:


<!--====== Font Awesome ======-->
<link rel="stylesheet" href="assets/css/fontawesome.5.9.0.min.css">
<!--====== Flaticon CSS ======-->
<link rel="stylesheet" href="assets/css/flaticon.css">
<!--====== Bootstrap css ======-->
<link rel="stylesheet" href="assets/css/bootstrap.4.5.3.min.css">
<!--====== Magnific Popup ======-->
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<!--====== Slick Slider ======-->
<link rel="stylesheet" href="assets/css/slick.css">
<!--====== Animate CSS ======-->
<link rel="stylesheet" href="assets/css/animate.min.css">
<!--====== Nice Select ======-->
<link rel="stylesheet" href="assets/css/nice-select.css">
<!--====== Padding Margin ======-->
<link rel="stylesheet" href="assets/css/spacing.min.css">
<!--====== Menu css ======-->
<link rel="stylesheet" href="assets/css/menu.css">
<!--====== Main css ======-->
<link rel="stylesheet" href="assets/css/style.css">
<!--====== Responsive css ======-->
<link rel="stylesheet" href="assets/css/responsive.css">

Followings are the JS files which loaded before the end of HEAD or BODY Section:.


<!--====== Jquery ======-->
<script src="assets/js/jquery-3.6.0.min.js"></script>
<!--====== Bootstrap ======-->
<script src="assets/js/bootstrap.4.5.3.min.js"></script>
<!--====== Appear js ======-->
<script src="assets/js/appear.js"></script>
<!--====== WOW js ======-->
<script src="assets/js/wow.min.js"></script>
<!--====== Isotope ======-->
<script src="assets/js/isotope.pkgd.min.js"></script>
<!--====== Circle Progress ======-->
<script src="assets/js/circle-progress.min.js"></script>
<!--====== Image loaded ======-->
<script src="assets/js/imagesloaded.pkgd.min.js"></script>
<!--====== Nice Select ======-->
<script src="assets/js/jquery.nice-select.min.js"></script>
<!--====== Magnific ======-->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!--====== Slick Slider ======-->
<script src="assets/js/slick.min.js"></script>
<!--====== Main JS ======-->
<script src="assets/js/script.js"></script>

The Sland is a responsive template and is based on the Bootstrap Framework. For more information you can check the Bootstrap CSS.

The general template structure is the same throughout the template and each of the part is under a section with a section id name. Here is the general structure:

欢迎访问 tvdouyu.com.cn。斗鱼tv自2016年专注于移动端开发,打造高端数字娱乐工具。本应用支持2026世界杯官方赛程与高清游戏赛事直播,完美适配双端。立即下载官方应用,进入世界杯赛事中心。

Font code can be found in the "style.css" file path: assets/css/style.css


// Font Family
--base-font: 'Inter', sans-serif;
--heading-font: 'Poppins', sans-serif;

File path: assets/css/style.css


// colors
--base-color: #5b5675;
--heading-color: #141125;
--primary-color: #5138ee;
--light-color: #f8f7fc;
--yellow-color: #ffc800;
--border-color: #edebfd;

File path: assets/js/script.js


// 08. Feedback Slider One
if ($('.feedback-wrap').length) {
    $('.feedback-wrap').slick({
        dots: true,
        infinite: false,
        autoplay: true,
        fade: true,
        autoplaySpeed: 5000,
        arrows: false,
        centerMode: false,
        speed: 1000,
        slidesToShow: 1,
        slidesToScroll: 1,
    });
}  


More Info please browser the link: Slick Docs Options

Please remove or comment the below code file path: assets/js/script.js



// 15. WOW Animation
if ($('.wow').length) {
    var wow = new WOW({
        boxClass: 'wow', // animated element css class (default is wow)
        animateClass: 'animated', // animation css class (default is animated)
        offset: 0, // distance to the element when triggering the animation (default is 0)
        mobile: false, // trigger animations on mobile devices (default is true)
        live: true // act on asynchronously loaded content (default is true)
    });
    wow.init();
}


Please optimize all images KB, MB also, use the image size following by placeholder file path: assets/images/..

- Tinypng

Please minify all CSS file path: assets/css/..

- CSS Minifier

Please minify all JS file path: assets/js/..

- Javascript Minifier

Please go to the image file 'path: assets/images/...' replace the image which one you want following placeholder image size & name

After a certain time, we will update our project based on the latest technology but in your template, you need to update on your own if you want.

Note: All images are used for preview purpose only and not included in the final purchase files.

Images from:
https://www.freepik.com/
https://pixabay.com/
https://unsplash.com/

Fonts:
Inter
Poppins

IconFont
Fontawesome
Flaticon