index.css 147 B

123456789
  1. @import '../common/index.css';
  2. .van-sticky {
  3. position: relative;
  4. }
  5. .van-sticky-wrap--fixed {
  6. position: fixed;
  7. right: 0;
  8. left: 0;
  9. }