index.wxss 480 B

1234567891011121314151617181920212223242526272829
  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. .item {
  19. width: 50%;
  20. display: flex;
  21. justify-content: center;
  22. align-items: center;
  23. }
  24. .item>text {
  25. margin-left: 10rpx;
  26. font-size: 32rpx;
  27. }