Commit ff83eff5 by doszhang

dos

parent f82958ac
......@@ -112,7 +112,7 @@ input[name=job-number] {
width: 100%;
height: 100%;
z-index: 1;
opacity: 1;
opacity: 0;
}
.logo {
......@@ -123,4 +123,10 @@ input[name=job-number] {
position: absolute;
top: 0;
z-index: 10;
}
.username {
font-size: 45px;
color: #fff;
text-align: center;
}
\ No newline at end of file
......@@ -312,6 +312,7 @@ function createPoster() {
txtDraw(posterCtx, username, '#fff', 531 * 2, 472 * 2, 90 * 2);
setTimeout(function () {
$('.username').text(username);
$('.show-img').append('<img class="showimg" />');
$('.showimg').attr('src', getManBase64(uploadCanvas));
......
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