index.module.less 335 B

1234567891011121314151617181920
  1. .musiceBeatTime {
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. width: 100vw;
  6. height: 100vh;
  7. z-index: 10000;
  8. background-color: rgba(255, 255, 255, 0.9);
  9. .tit{
  10. position: absolute;
  11. left: 50%;
  12. top: 50%;
  13. transform: translate(-50%, -50%);
  14. font-size: 20px;
  15. line-height: 20px;
  16. }
  17. .iframe{
  18. opacity: 0;
  19. }
  20. }