index.wxss 541 B

1234567891011121314151617181920212223242526
  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: 300rpx;
  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 .close {
  23. padding: 40rpx;
  24. width: 54rpx;
  25. height: 54rpx;
  26. }