增加弹幕
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-08 17:20:22 +08:00
parent e87e00fd75
commit 3fdc176008
5 changed files with 70 additions and 7 deletions

View File

@@ -79,3 +79,14 @@
}
}
}
.danmaku-box {
width: 100%;
.danmaku {
position: absolute;
width: 100%;
height: 420px;
top: 0;
}
}