#
luxiaotao1123
2021-12-22 6867941aa52ca278e71c19998635edac8d807ccf
views/index.html
@@ -98,8 +98,8 @@
    var speedDom = document.getElementById("speed");
    var timer = setInterval(function () {
        if (percent < 100.00) {
            percent += 0.02;
            // percent += 1;
            // percent += 0.02;
            percent += 1;
            speedDom.innerText = percent.toFixed(2);
        } else {
            speedDom.innerText = '100.00';
@@ -112,13 +112,13 @@
    $(document).on('click','.btn-word', function () {
        fullScreen()
        $("#mask").fadeOut(3000, function () {
        $("#mask").fadeOut(1, function () {
            setTimeout(function () {
                $("#ship-type-ul").css("transform", "translateY(-40px)");
                $("#ship-info-btn .btn-word").text("体验调度世界");
                $("#ship-info-btn").data("type", 2).addClass("show");
                $("#ship-info-btn #btn-lock").css("z-index", "10");
            }, 1000);
            }, 1);
        });
        $("#title-box, #logo").addClass("show");
        $("#ship-info-btn").removeClass("show");