sticky.wxss 101 B

123456789
  1. .weui-sticky {
  2. position: relative
  3. }
  4. .weui-sticky__fixed {
  5. position: fixed;
  6. left: 0;
  7. top: 0
  8. }