index.acss 501 B

123456789101112131415161718192021222324252627282930313233343536
  1. /* pages/myMeeting/index/index.wxss */
  2. .card-area {
  3. min-height: 1380rpx;
  4. background-color: #f3f4f6;
  5. }
  6. .scroll-area {
  7. height: 100%;
  8. padding: 28rpx 24rpx;
  9. box-sizing: border-box;
  10. }
  11. .tab {
  12. position: sticky;
  13. width: 100%;
  14. height: 88rpx;
  15. background-color: #ffffff;
  16. display: flex;
  17. }
  18. .mymeeting-item {
  19. margin-bottom: 0 !important;
  20. }
  21. .item {
  22. width: 50%;
  23. display: flex;
  24. justify-content: center;
  25. align-items: center;
  26. }
  27. .item>text {
  28. margin-left: 10rpx;
  29. font-size: 32rpx;
  30. }