FEATURE: bilibili embedded video
This commit is contained in:
parent
8d5ac2c8dc
commit
4a238a7927
2 changed files with 33 additions and 0 deletions
|
@ -250,6 +250,22 @@ p{
|
|||
}
|
||||
}
|
||||
|
||||
.bilibili-video {
|
||||
position: relative;
|
||||
max-width: 85%;
|
||||
height: 0;
|
||||
padding-bottom: 45%;
|
||||
margin-bottom: 10px;
|
||||
|
||||
iframe {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// for the note info
|
||||
.moment-note{
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue