Commit 7c09e41d by doszhang

dos

parent 66151b47
...@@ -384,6 +384,7 @@ function createPoster() { ...@@ -384,6 +384,7 @@ function createPoster() {
bottomHalf.src = picUrl + "poster-bottomhalf.png"; bottomHalf.src = picUrl + "poster-bottomhalf.png";
bottomHalf.onload = function () { bottomHalf.onload = function () {
bottomHalfTop = pxToRem(487) + pxToRem(flagListHeight); bottomHalfTop = pxToRem(487) + pxToRem(flagListHeight);
$('.poster-tip').css('top', bottomHalfTop + pxToRem(179));
posterCtx.drawImage(bottomHalf, pxToRem(45), bottomHalfTop, pxToRem(550), pxToRem(238)); posterCtx.drawImage(bottomHalf, pxToRem(45), bottomHalfTop, pxToRem(550), pxToRem(238));
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