index.less 148 B

1234567891011
  1. @import '../style/var';
  2. .van-sticky {
  3. &--fixed {
  4. position: fixed;
  5. top: 0;
  6. right: 0;
  7. left: 0;
  8. z-index: @sticky-z-index;
  9. }
  10. }