Commit e121ff18 by doszhang

dos

parent a313332c
...@@ -126,7 +126,8 @@ input[name=job-number] { ...@@ -126,7 +126,8 @@ input[name=job-number] {
} }
.username { .username {
font-size: 55px; font-size: 45px;
line-height: 45px;
color: #fff; color: #fff;
text-align: center; text-align: center;
font-weight: bolder; font-weight: bolder;
......
...@@ -310,7 +310,7 @@ function createPoster() { ...@@ -310,7 +310,7 @@ function createPoster() {
$('.upload-page').hide(); $('.upload-page').hide();
$('.poster-page').show(); $('.poster-page').show();
txtDraw(posterCtx, username, '#fff', 531 * 2, 472 * 2, 90 * 2); txtDraw(posterCtx, username, '#fff', 531 * 2, 472 * 2, 45 * 2);
setTimeout(function () { setTimeout(function () {
$('.username').text(username); $('.username').text(username);
$('.show-img').append('<img class="showimg" />'); $('.show-img').append('<img class="showimg" />');
......
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