1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | 預設會是寬520px,高度會自動,如果是寬>高的圖片只需要用這個版本: /*生日慶祝圖*/ ._lch_ ~ .pop-celebrate-image .pop-window-view { content:url(圖片網址); } 如果高>寬,且沒有多太多的話也可以用這個版本↑ ================= 如果高比寬多很多的話可以用這個版本,避免生日圖往下超出畫面: /*生日慶祝圖*/ ._lch_ ~ .pop-celebrate-image .pop-window-view { /*圖片*/ content:url(圖片網址); /*設定你想要的高*/ height: 400px; width: auto; left:auto!important; position:relative; margin: 0 auto; } |
Direct link: https://paste.plurk.com/show/rmINx1qJ5YdepKMqmY3W