|
@@ -189,6 +189,7 @@
|
|
|
}
|
|
}
|
|
|
.main .container .footer .loading{
|
|
.main .container .footer .loading{
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
|
+ display: none;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@-webkit-keyframes rotate {
|
|
@-webkit-keyframes rotate {
|
|
@@ -382,6 +383,7 @@
|
|
|
timers = setTimeout(function() {
|
|
timers = setTimeout(function() {
|
|
|
aa++;
|
|
aa++;
|
|
|
LoadingDataFn();
|
|
LoadingDataFn();
|
|
|
|
|
+ $('.loading').css('display','block');
|
|
|
}, 300);
|
|
}, 300);
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|