index.acss 200 B

1234567891011121314
  1. .page-container-classname {
  2. height: 200vh;
  3. }
  4. .van-button {
  5. margin-left: 16px;
  6. }
  7. .sticky-container {
  8. position: relative;
  9. z-index: -1;
  10. height: 150px;
  11. background-color: #fff;
  12. }