Commit ff83eff5 by doszhang

dos

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