index.acss 323 B

123456789101112131415
  1. .overlay-index {
  2. display: block;
  3. height: initial;
  4. }
  5. @import "../common/index.acss";
  6. .overlay-index .van-overlay {
  7. position: fixed;
  8. top: 0;
  9. left: 0;
  10. width: 100%;
  11. height: 100%;
  12. background-color: rgba(0, 0, 0, 0.7);
  13. background-color: var(--overlay-background-color, rgba(0, 0, 0, 0.7));
  14. }