@@ -1542,7 +1542,7 @@ body .loading_ p span {
.app-content {
display: none;
-/* justify-content: space-between;*/
+ justify-content: space-between;
flex-direction: column;
overflow: hidden;
height: 100%;
@@ -310,6 +310,7 @@
$(".header_header").show();
}
},200)
+ $(".app-content").css("justify-content","flex-start");
$(".switch").addClass("only-personal");
$(".switch>span").text("免费试用 VIP");
$(".switch").click(tointroducepage);