sticky.wxss 74 B

12345
  1. .tui-sticky-fixed {
  2. width: 100%;
  3. position: fixed;
  4. z-index: 99999;
  5. }