|
|
@ -23,7 +23,7 @@ |
|
|
|
<body> |
|
|
|
<iframe src="" frameborder="0" id="content" |
|
|
|
style="width: 100%;height: 100%;position: fixed;left: 0px;display: none;"></iframe> |
|
|
|
<div class="loading" style="position: fixed;"> |
|
|
|
<div class="loading" style="position: fixed;left: 0px;"> |
|
|
|
<div style="text-align:center;width:120px;height:120px;position:fixed;top:50%;left:50%;margin-left:-60px;margin-top:-60px;background: #50bfff;display: none" |
|
|
|
id="loading_img"> |
|
|
|
<img src="oval.svg" style="width:100%;height:100%;"> |
|
|
@ -38,7 +38,9 @@ |
|
|
|
setTimeout(function () { |
|
|
|
document.getElementById("content").src = "http://localhost/?t=" + Math.random(); |
|
|
|
$("#content").show(); |
|
|
|
$(".loading").fadeOut(2000) |
|
|
|
setTimeout(function () { |
|
|
|
$(".loading").fadeOut(1000) |
|
|
|
},2000); |
|
|
|
}, 3000) |
|
|
|
}, |
|
|
|
error: function (err) { |
|
|
|