Commit 69ea72e7 by doszhang

dos

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