page.module.css 741 B

1234567891011121314151617181920212223242526272829303132
  1. .bg {
  2. position: relative;
  3. width: 750px;
  4. height: 450px;
  5. background: #fff url(./assets/plugins-bg.png) center center no-repeat;
  6. background-size: contain;
  7. box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  8. border-radius: 16px;
  9. }
  10. .text {
  11. position: absolute;
  12. top: 40px;
  13. left: 48px;
  14. width: 526px;
  15. background: linear-gradient(91.92deg, #104AE1 -1.74%, #0098EE 75.74%);
  16. background-clip: text;
  17. color: transparent;
  18. font-size: 24px;
  19. font-weight: 700;
  20. line-height: 32px;
  21. }
  22. .tag {
  23. position: absolute;
  24. width: 116.74px;
  25. height: 69.3px;
  26. left: -18.37px;
  27. top: -11.48px;
  28. background: url(./assets/coming-soon.png) center center no-repeat;
  29. background-size: contain;
  30. }