index.less 604 B

1234567891011121314151617181920212223242526272829
  1. .activationModal {
  2. position: fixed;
  3. z-index: 12;
  4. display: flex;
  5. flex-direction: column;
  6. align-items: center;
  7. left: 0rpx;
  8. top: 0rpx;
  9. width: 100vw;
  10. height: 100vh;
  11. background: rgba(0, 0, 0, 0.7);
  12. .modal {
  13. margin-top: 300rpx;
  14. width: 600rpx;
  15. height: 680rpx;
  16. background: url(https://reader-wx.ai160.com/images/reader/v3/bianzu73.png)no-repeat;
  17. background-size: contain;
  18. border-radius: 20rpx;
  19. text-align: center;
  20. }
  21. .close {
  22. padding: 40rpx;
  23. width: 54rpx;
  24. height: 54rpx;
  25. }
  26. }