Commit 78323d9b by doszhang

dos

parent d48797ba
...@@ -176,14 +176,6 @@ input::-webkit-input-placeholder { ...@@ -176,14 +176,6 @@ input::-webkit-input-placeholder {
-webkit-animation: all 5s ease forwards; -webkit-animation: all 5s ease forwards;
} }
canvas {
opacity: 0;
}
.posterImg {
animation: fadeInUp 0.7s ease-out backwards;
-webkit-animation: fadeInUp 0.7s ease-out backwards;
}
@-webkit-keyframes fadeInLeft { @-webkit-keyframes fadeInLeft {
0% { 0% {
...@@ -327,6 +319,10 @@ canvas { ...@@ -327,6 +319,10 @@ canvas {
left: 0; left: 0;
} }
canvas {
opacity: 0;
}
.frame { .frame {
top: 3.2rem; top: 3.2rem;
} }
......
...@@ -377,11 +377,12 @@ function submitAnswer() { ...@@ -377,11 +377,12 @@ function submitAnswer() {
setTimeout(function () { setTimeout(function () {
$('.question' + nowQuestionIndex + '-block').removeClass('fadeoutleft').hide(); $('.question' + nowQuestionIndex + '-block').removeClass('fadeoutleft').hide();
$('#notification_area').remove(); $('#notification_area').remove();
my_notify('海报生成中,请稍候'); my_notify('海报生成中,请稍候', 9999999);
$('.question-page').hide();
$('.poster-page').show();
$('.posterImg').attr('src', 'http://maf.dev.izhida.cn/Public/static/image2/poster' + resultType + '.png');
createPoster(function () { createPoster(function () {
$('#notification_area').remove(); $('#notification_area').remove();
$('.question-page').hide();
$('.poster-page').show();
}); });
}, 1000); }, 1000);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment