index.less 576 B

1234567891011121314151617181920212223242526272829303132
  1. .popBox {
  2. position: fixed;
  3. top: 0px;
  4. left: 0px;
  5. height: 100vh;
  6. width: 100vw;
  7. display: flex;
  8. flex-direction: column;
  9. align-items: center;
  10. z-index: 999;
  11. background-color: rgba(0, 0, 0, 0.46);
  12. .closeImg {
  13. width: 52rpx;
  14. height: 62rpx;
  15. margin-top: 250rpx;
  16. margin-left: 80%;
  17. }
  18. .activityImg {
  19. width: 680rpx;
  20. height: 544rpx;
  21. border-radius: 20rpx;
  22. overflow: hidden;
  23. }
  24. .btnImg {
  25. width: 350rpx;
  26. height: 82rpx;
  27. margin-top: 60rpx;
  28. }
  29. }