visit_records.acss 564 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /* pages/visit_records/visit_records.wxss */
  2. /* pages/regular_visit_records/regular_visit_records.wxss */
  3. /* 申请记录列表 */
  4. .card-area {
  5. min-height: 100vh;
  6. }
  7. .scroll-area {
  8. height: 100%;
  9. }
  10. /* 选择栏 */
  11. .tab {
  12. position: sticky;
  13. width: 100%;
  14. height: 128rpx;
  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. .item > image {
  29. width: 54rpx;
  30. height: 48rpx;
  31. }