Commit ede75eb3 by doszhang

dos

parent 52d9728c
...@@ -655,6 +655,7 @@ input[name=signature]::-webkit-input-placeholder { ...@@ -655,6 +655,7 @@ input[name=signature]::-webkit-input-placeholder {
.posterImg-true { .posterImg-true {
z-index: 2; z-index: 2;
opacity: 0;
} }
/* poster-list-page */ /* poster-list-page */
......
...@@ -515,7 +515,7 @@ function createPoster() { ...@@ -515,7 +515,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(157)); $('.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