@@ -824,18 +824,20 @@ header .colorRed{
position: fixed;
width: 100%;
height: 100%;
- background: rgba(0, 0, 0, 0.1);
+ background: rgba(221, 218, 218, 0.1);
top: 0;
left: 0;
z-index: 99999999999;
}
.loading{
+ width: 100%;
+ height: 100%;
display: none;
.loading div{
- width: 98vw;
- height: 100vh;
.loading p{
position: absolute;
@@ -851,11 +853,11 @@ header .colorRed{
display: inline-block;
font-size: 30px;
color: #17a2b8;
- transition: all .2s ease-in-out;
+ transition: all 1s ease-in-out;
.loading p span.active{
margin-left: -4px;
- transition: all .2s ease-in;
+ transition: all 1s ease-in;
/* banner */
.carousel{
@@ -195,7 +195,7 @@ $(function () {
</li>`);
};
- $('.loading').hide();
+ $('.loading').hide().stop(true,true);
$('.achievementHot .hotList').empty();
$('.achievementHot .hotList').append(theArrs.join(''));
$('.pagination_box').css('display', 'block');
@@ -198,7 +198,7 @@ $(function () {
@@ -160,7 +160,7 @@ $(function () {
@@ -368,7 +368,7 @@ $(function(){
//loading
loading();
function loading(){
- $('.loading').height($('body').height()+'px');
+ //$('.loading').height($('body').height()+'px');
clearInterval(setTime);
let txt = "loading...",htmls=[],i=0,
txtArr = txt.split('');
@@ -90,7 +90,7 @@ $(function () {
].join(''));
$('.policy ul').empty();
$('.policy ul').append(theArr.join(''));
if (data.data.list.length === 0) {