index.acss 727 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. /* pages/mySubscribe/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. }
  28. .mymeeting-item {
  29. margin-bottom: 0 !important;
  30. padding-left: 10rpx !important;
  31. padding-right: 10rpx !important;
  32. }
  33. .metting-record-text {
  34. font-size: 32rpx;
  35. font-weight: 500;
  36. line-height: 48rpx;
  37. text-align: left;
  38. color: #333333;
  39. margin-bottom: 20rpx;
  40. }