Commit 6aba630a by doszhang

dos

parent ca1fc8cd
......@@ -79,6 +79,10 @@ input::-webkit-input-placeholder {
top: 0;
}
#texthide {
display: none;
}
.share-arrow,.share-block {
z-index: 2;
}
......
......@@ -391,7 +391,7 @@ function createHeadimg() {
textObj.src = getManBase64(textCanvas);
textObj.onload = function() {
headimgctx.drawImage(textObj,50,-55,600,750);
headimgctx.drawImage(textObj,50,-60,600,750);
var src = getManBase64(headimgCanvas);
$('#headimg').attr('src',src);
......
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