index.css 246 B

12345678910
  1. @import '../common/index.css';
  2. .van-overlay {
  3. position: fixed;
  4. top: 0;
  5. left: 0;
  6. width: 100%;
  7. height: 100%;
  8. background-color: rgba(0, 0, 0, 0.7);
  9. background-color: var(--overlay-background-color, rgba(0, 0, 0, 0.7));
  10. }