|  |  |  | 
|---|
|  |  |  | $(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)"); | 
|---|
|  |  |  | 
|---|
|  |  |  | $("#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 () { | 
|---|