index.acss 237 B

123456789101112131415
  1. .sticky-index {
  2. display: block;
  3. height: initial;
  4. }
  5. @import "../common/index.acss";
  6. .sticky-index .van-sticky {
  7. position: relative;
  8. }
  9. .sticky-index .van-sticky-wrap--fixed {
  10. position: fixed;
  11. right: 0;
  12. left: 0;
  13. }