index.module.less 340 B

123456789101112131415161718192021222324252627
  1. .sourceRhythm {
  2. width: 100%;
  3. line-height: 0;
  4. iframe {
  5. width: 100%;
  6. height: 618px;
  7. :global {
  8. .headTopBackBtn {
  9. display: none;
  10. }
  11. }
  12. }
  13. .btnGroup {
  14. padding: 20px 0;
  15. :global {
  16. .n-button {
  17. height: 47px;
  18. min-width: 156px;
  19. }
  20. }
  21. }
  22. }