|
@ -92,21 +92,21 @@ |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
animation: dialoganimate 4s linear 1s; |
|
|
|
|
|
|
|
|
animation: dialoganimate 1s linear 4s; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.dialog p { |
|
|
.dialog p { |
|
|
font-size: .46rem; |
|
|
font-size: .46rem; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/*@keyframes dialoganimate { |
|
|
|
|
|
|
|
|
@keyframes dialoganimate { |
|
|
0% { |
|
|
0% { |
|
|
opacity: 1; |
|
|
opacity: 1; |
|
|
} |
|
|
} |
|
|
100% { |
|
|
100% { |
|
|
opacity: 0.4; |
|
|
|
|
|
|
|
|
opacity: 0.8; |
|
|
} |
|
|
} |
|
|
}*/ |
|
|
|
|
|
|
|
|
} |
|
|
</style> |
|
|
</style> |
|
|
</head> |
|
|
</head> |
|
|
|
|
|
|
|
@ -151,9 +151,7 @@ |
|
|
'opacity': '0', |
|
|
'opacity': '0', |
|
|
'z-index': '1' |
|
|
'z-index': '1' |
|
|
}) |
|
|
}) |
|
|
// $(".dialog").css({ |
|
|
|
|
|
// display: 'flex' |
|
|
|
|
|
// }) |
|
|
|
|
|
|
|
|
|
|
|
$(".dialog").animate({ |
|
|
$(".dialog").animate({ |
|
|
'opacity':1 |
|
|
'opacity':1 |
|
|
},2000) |
|
|
},2000) |
|
@ -179,9 +177,9 @@ |
|
|
}, 8000) |
|
|
}, 8000) |
|
|
|
|
|
|
|
|
}); |
|
|
}); |
|
|
// setTimeout(function() { |
|
|
|
|
|
// window.location.href="begin.html" |
|
|
|
|
|
// }, 11000) |
|
|
|
|
|
|
|
|
setTimeout(function() { |
|
|
|
|
|
window.location.href="begin.html" |
|
|
|
|
|
}, 11000) |
|
|
// 横屏 |
|
|
// 横屏 |
|
|
var detectOrient = function() { |
|
|
var detectOrient = function() { |
|
|
var width = document.documentElement.clientWidth, |
|
|
var width = document.documentElement.clientWidth, |
|
|