Commit c9af35e4 by doszhang

dos

parent 04e3f911
...@@ -40,7 +40,7 @@ input::-webkit-input-placeholder { ...@@ -40,7 +40,7 @@ input::-webkit-input-placeholder {
} }
.upload-page { .upload-page {
position: flex; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
} }
......
...@@ -110,7 +110,7 @@ $(document).ready(function () { ...@@ -110,7 +110,7 @@ $(document).ready(function () {
'z-index': 9 'z-index': 9
}); });
drawImage(); drawImage();
$('.copywriting2,btn-tocreate').fadeOut(300); $('.copywriting2,.btn-tocreate').fadeOut(300);
$('.upload-page').delay(200).fadeIn(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