groupFragmentsRecord.wxss 363 B

123456789101112131415161718192021222324252627
  1. @import "../fragmentsRecord/fragmentsRecordItem.wxss";
  2. Page {
  3. height: 100%;
  4. width: 100%;
  5. background-color: #f9f9fb;
  6. }
  7. .scroll-view-bg {
  8. position: absolute;
  9. top: 0px;
  10. bottom: 104rpx;
  11. left: 0px;
  12. width: 100%;
  13. }
  14. scroll-view {
  15. width: 100%;
  16. height: 100%;
  17. }
  18. .bottom-button {
  19. width: 100%;
  20. height: 104rpx;
  21. position: absolute;
  22. bottom: 0px;
  23. }