video curcse
All checks were successful
Deploy to Server / deploy (push) Successful in 26s

This commit is contained in:
jeremygan2021
2026-02-27 13:47:32 +08:00
parent f57edbd4ee
commit 357bd75f24
9 changed files with 206 additions and 44 deletions

View File

@@ -10,6 +10,32 @@
max-width: 100%;
}
}
.markdown-video-container {
width: 100%;
margin: 16px 0;
border-radius: 12px;
overflow: hidden;
position: relative;
background: #0a0a1a;
border: 1px solid rgba(0, 243, 255, 0.3);
box-shadow: 0 0 20px rgba(0, 243, 255, 0.1);
.markdown-video {
width: 100%;
height: 225px;
display: block;
}
.markdown-video-caption {
padding: 12px;
background: rgba(10, 10, 26, 0.9);
color: rgba(0, 243, 255, 0.9);
font-size: 14px;
text-align: center;
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
}
}
.markdown-code-block {