#
luxiaotao1123
2021-12-23 4ccf9903834c01d4535ad8852a37c2b0eac4881a
views/index.html
@@ -80,6 +80,9 @@
    <li id="menu-t">
        <div><div>俯</div></div>
    </li>
    <li id="menu-b">
        <div><div>返</div></div>
    </li>
</ul>
@@ -98,7 +101,6 @@
    document.getElementById("btn-lock").addEventListener('click', function () {
        player.lockControl();
        removeClass(document.getElementById("ship-info-btn"), "show");
        removeClass(document.getElementById("title-box"), "show");
        document.getElementById("ship-type-ul").style.transform = 'translateY(-60px)';
    }, false);
@@ -112,6 +114,10 @@
    document.getElementById("menu-t").addEventListener('click', function () {
        player.verticalView();
    }, false);
    document.getElementById("menu-b").addEventListener('click', function () {
        player.backlView();
    }, false);
</script>
<script>
@@ -142,7 +148,10 @@
                $("#ship-info-btn").data("type", 2).addClass("show");
                $("#ship-info-btn #btn-lock").css("z-index", "10");
                $("#menu li").css("transition", "all 200ms !important");
            }, 3000);   // 1000
                setTimeout(function () {
                    removeClass(document.getElementById("title-box"), "show");
                }, 10000);
            }, 1000);   // 1000
        });
        $("#title-box, #logo").addClass("show");
        $("#ship-info-btn").removeClass("show");