Commit e43b6c29 by doszhang

dos

parent 7c09e41d
...@@ -492,4 +492,8 @@ input[name=signature]::-webkit-input-placeholder { ...@@ -492,4 +492,8 @@ input[name=signature]::-webkit-input-placeholder {
flex: 1; flex: 1;
background: url(../image2/flag-redline.png) left bottom no-repeat; background: url(../image2/flag-redline.png) left bottom no-repeat;
background-size: 100% auto; background-size: 100% auto;
}
.poster-tip {
z-index: 1;
} }
\ No newline at end of file
...@@ -384,7 +384,7 @@ function createPoster() { ...@@ -384,7 +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)); $('.poster-tip').css('top', bottomHalfTop + pxToRem(181));
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