index.wxss 488 B

1234567891011121314151617181920212223242526272829
  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. }
  13. .popBox .closeImg {
  14. width: 52rpx;
  15. height: 62rpx;
  16. margin-top: 250rpx;
  17. margin-left: 80%;
  18. }
  19. .popBox .activityImg {
  20. width: 680rpx;
  21. height: 544rpx;
  22. border-radius: 20rpx;
  23. overflow: hidden;
  24. }
  25. .popBox .btnImg {
  26. width: 350rpx;
  27. height: 82rpx;
  28. margin-top: 60rpx;
  29. }