Commit 370ebbc6 by doszhang

dos

parent 789f37e6
...@@ -512,7 +512,7 @@ function createPoster() { ...@@ -512,7 +512,7 @@ function createPoster() {
bottomHalf.src = "/Public/static/image2/poster-bottomhalf.png"; bottomHalf.src = "/Public/static/image2/poster-bottomhalf.png";
bottomHalf.onload = function () { bottomHalf.onload = function () {
bottomHalfTop = pxToRem(457) + pxToRem(flagListHeight); bottomHalfTop = pxToRem(457) + pxToRem(flagListHeight);
$('.poster-tip').css('top', bottomHalfTop + pxToRem(160)); $('.poster-tip').css('top', bottomHalfTop + pxToRem(157));
posterCtx.drawImage(bottomHalf, posterLeft, bottomHalfTop * 2, pxToRem(550 * 2), pxToRem(207 * 2)); posterCtx.drawImage(bottomHalf, posterLeft, bottomHalfTop * 2, pxToRem(550 * 2), pxToRem(207 * 2));
// drawFlagItem(pxToRem(489 + 20)); // drawFlagItem(pxToRem(489 + 20));
let decorate = new Image(); let decorate = new Image();
......
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