Skip to content

Commit

Permalink
Create superlink.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ShangJixin authored Oct 30, 2020
1 parent 004e651 commit fe47cde
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions superlink.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
@charset "UTF-8";
.JixinParser-card {
border: 1px solid rgba(170,170,170,0.37);
}
.JixinParser-card-meta {
padding: 3px 10px;
font-size: 14px;
}
.JixinParser-card .JixinParser-card-meta span {
float: right;
font-size: 14px;
cursor: pointer;
}
/** 用以应对引用B站视频的处理 */
.JixinParser-card iframe {
width: 100%;
height: 500px;
display: block;
}
@media only screen and (max-width:550px){
.JixinParser-card iframe {
width: 100%;
height: auto;
}
}
@media only screen and (min-width:800px){
.JixinParser-card iframe {
width: 100%;
height: 600px;
}
}

0 comments on commit fe47cde

Please sign in to comment.