index.less 483 B

123456789101112131415161718192021222324252627
  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: 46rpx;
  14. height: 62rpx;
  15. margin-top: 260rpx;
  16. margin-left: 75%;
  17. }
  18. .activityImg {
  19. width: 680rpx;
  20. height: 544rpx;
  21. border-radius: 20rpx;
  22. overflow: hidden;
  23. }
  24. }