index.wxss 635 B

12345678910111213141516171819202122232425262728293031
  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. }
  13. .activationModal .modal {
  14. margin-top: 400rpx;
  15. width: 600rpx;
  16. height: 680rpx;
  17. background: url(https://reader-wx.ai160.com/images/reader/v3/bianzu73.png) no-repeat;
  18. background-size: contain;
  19. border-radius: 20rpx;
  20. text-align: center;
  21. }
  22. .activationModal .modal .qrCode {
  23. margin: 260rpx auto;
  24. width: 324rpx;
  25. height: 324rpx;
  26. }
  27. .activationModal .close {
  28. padding: 40rpx;
  29. width: 54rpx;
  30. height: 54rpx;
  31. }