Commit e43b6c29 by doszhang

dos

parent 7c09e41d
......@@ -493,3 +493,7 @@ input[name=signature]::-webkit-input-placeholder {
background: url(../image2/flag-redline.png) left bottom no-repeat;
background-size: 100% auto;
}
.poster-tip {
z-index: 1;
}
\ No newline at end of file
......@@ -384,7 +384,7 @@ function createPoster() {
bottomHalf.src = picUrl + "poster-bottomhalf.png";
bottomHalf.onload = function () {
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));
drawFlagItem(pxToRem(489 + 20));
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