#
luxiaotao1123
2021-12-30 e15ff81805b6658e035d1e6e7dc9c4892e721969
#
1个文件已修改
2 ■■■ 已修改文件
views/index.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
views/index.html
@@ -249,7 +249,6 @@
    $(document).on('click','.btn-word', function () {
        fullScreen();
        $("#mask").fadeOut(3000, function () {  // 3000
            $('#sidebar-btn').show();
            $("#menu").addClass("show");
            setTimeout(function () {
                $("#ship-type-ul").css("transform", "translateY(-40px)");
@@ -257,6 +256,7 @@
                    $("#ship-info-btn .btn-word").text("体验调度世界");
                    $("#ship-info-btn").data("type", 2).addClass("show");
                    $("#ship-info-btn #btn-lock").css("z-index", "10");
                    $('#sidebar-btn').show();
                }
                $("#menu li").css("transition", "all 200ms !important");
                setTimeout(function () {