sticky.wxss 329 B

1234567891011121314151617181920212223242526
  1. @import '../../common.wxss';
  2. .page{
  3. background-color: var(--weui-BG-0);
  4. height: 100%;
  5. }
  6. .demo-block {
  7. /* margin: 10px 0; */
  8. }
  9. button {
  10. font-size: 14px;
  11. border-radius: 0;
  12. }
  13. .demo-title {
  14. font-size: 14px;
  15. color: gray;
  16. padding-left: 15px;
  17. }
  18. .demo-body {
  19. margin: 20px 0;
  20. height: 100px;
  21. }