index.wxss 228 B

12345678
  1. .popup{position:fixed;top:0;right:auto;bottom:0;left:0;height:100%; width: 100%; z-index: 10001; box-sizing:border-box;}
  2. .popup .closeIcon{
  3. position: absolute;
  4. top: 40rpx;
  5. right: 40rpx;
  6. font-size: 40rpx;
  7. color: #fff;
  8. }