index.module.less 510 B

123456789101112131415161718192021222324252627282930313233343536
  1. :global{
  2. .green{
  3. .vf-notehead > path {
  4. fill: green;
  5. }
  6. }
  7. }
  8. .startBtn {
  9. position: fixed;
  10. left: 50%;
  11. top: 50%;
  12. margin-left: -70px;
  13. margin-top: -70px;
  14. width: 140px;
  15. height: 140px;
  16. z-index: 11;
  17. & > img {
  18. display: block;
  19. width: 100%;
  20. height: 100%;
  21. }
  22. }
  23. .endBtn{
  24. position: fixed;
  25. left: 50%;
  26. top: 16px;
  27. width: 120px;
  28. height: 40px;
  29. margin-left: -70px;
  30. z-index: 11;
  31. & > img {
  32. display: block;
  33. width: 100%;
  34. height: 100%;
  35. }
  36. }