index.acss 535 B

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