Template:全屏弹幕/styles.css

H萌娘,万物皆可H的百科全书!
跳到导航 跳到搜索
@keyframes toleft{
  0% {
    left: 100%;
  }
  100% {
    left: -50em;
  }
}

@keyframes hide{
  0% {
    opacity: 1;
  }
  99.9% {
  	opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.danmaku{
  position: fixed;
  left: 100%;
  white-space: nowrap;
  z-index: 1000;
  line-height: 1;
}