index.less 720 B

12345678910111213141516171819202122232425262728293031323334
  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: 400rpx;
  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. .qrCode {
  21. margin: 260rpx auto;
  22. width: 324rpx;
  23. height: 324rpx;
  24. }
  25. }
  26. .close {
  27. padding: 40rpx;
  28. width: 54rpx;
  29. height: 54rpx;
  30. }
  31. }