danmu.wxss 233 B

12345678910111213141516171819
  1. .plv-danmu-content {
  2. position: absolute;
  3. width: 100%;
  4. height: 100%;
  5. top: 0;
  6. }
  7. .plv-danmu-content .plv-danmu-item {
  8. position: absolute;
  9. }
  10. @keyframes dmAnimation {
  11. from {
  12. left: 100%;
  13. }
  14. to {
  15. left: -100%;
  16. }
  17. }