index.less 189 B

1234567891011
  1. @import '../style/var';
  2. .van-overlay {
  3. position: fixed;
  4. top: 0;
  5. left: 0;
  6. z-index: @overlay-z-index;
  7. width: 100%;
  8. height: 100%;
  9. background-color: @overlay-background-color;
  10. }