Skip to content

Instantly share code, notes, and snippets.

@wtser
Created March 30, 2017 13:13
Show Gist options
  • Save wtser/75e68bc12324b22bc8335727119825bf to your computer and use it in GitHub Desktop.
Save wtser/75e68bc12324b22bc8335727119825bf to your computer and use it in GitHub Desktop.
[style] weibo video
.S_page {
background: none;
}
.S_page .WB_miniblog {
background: none;
}
.S_page .WB_main {
overflow: hidden;
}
.S_page .WB_frame_b, .S_page .WB_face.W_fl {
display: none;
}
.S_page .WB_detail {
margin: 0;
padding: 0;
}
.S_page .WB_frame_c {
display: block;
margin: 0 auto;
width: 760px;
}
.S_page .WB_frame_c video {
width: 100%;
height: auto;
position: static;
display: block;
max-height: 500px;
}
.S_page .WB_feed_v3 .WB_media_a_m1 .WB_video, .S_page .WB_feed_v3 .WB_media_a_m1 .WB_video_a {
width: 100%;
}
.S_page .media_box {
margin: 0;
float: none;
}
.S_page .html5-video {
width: 100%;
height: auto;
margin: 0 auto;
position: static;
}
.S_page .box-1.hv-pos.hv-center, .S_page .con-2.hv-pos {
height: auto;
position: relative;
}
.S_page .WB_feed_detail {
padding: 0;
}
.S_page .WB_media_wrap {
margin: 0;
}
.S_page div.WB_footer.S_bg2 {
display: none;
}
.S_page .WB_cardwrap {
box-shadow: none;
}
.S_page .weibo_player_fc.weibo_player_fc_v2.W_fr {
display: none;
}
.S_page .webim_fold {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment