Commit 69ea72e7 by doszhang

dos

parent faa0790b
......@@ -37,7 +37,7 @@ input::-webkit-input-placeholder {
background: rgba(0, 0, 0, 0.8);
}
.upload-page {
.upload-page,.headimg-page {
position: fixed;
top: 0;
left: 0;
......
......@@ -201,6 +201,9 @@ function createHeadimg() {
frameimg.onload = function() {
headimgctx.drawImage('frameimg',0,0);
$('.upload-page').fadeOut(300);
$('.headimg-page').delay(200).fadeIn(300);
}
}
}
......
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