Commit c609169c by doszhang

dos

parent cbbfaf8a
...@@ -39,6 +39,12 @@ input::-webkit-input-placeholder { ...@@ -39,6 +39,12 @@ input::-webkit-input-placeholder {
background: rgba(0, 0, 0, 0.8); background: rgba(0, 0, 0, 0.8);
} }
.upload-page {
position: flex;
top: 0;
left: 0;
}
#myCanvas { #myCanvas {
width: 330px; width: 330px;
height: 330px; height: 330px;
......
...@@ -108,6 +108,8 @@ $(document).ready(function () { ...@@ -108,6 +108,8 @@ $(document).ready(function () {
'z-index': 9 'z-index': 9
}); });
drawImage(); drawImage();
$('.copywriting2,btn-tocreate').fadeOut(300);
$('.upload-page').delay(200).fadeIn(300);
results = null; results = null;
imgData = null; imgData = null;
}; };
......
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