Created
June 13, 2016 15:21
-
-
Save teeceepee/c61ab8394a10c33d53e936ab076e6160 to your computer and use it in GitHub Desktop.
Bilibili 显示视频封面图片
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('.cover_image').css({ | |
display: 'inline-block', | |
height: '128px', | |
position: 'absolute', | |
top: '42px', | |
'z-index': '1000' | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment