/* pages/visit_records/visit_records.wxss */ /* pages/regular_visit_records/regular_visit_records.wxss */ /* 申请记录列表 */ .card-area { min-height: 100vh; } .scroll-area { height: 100%; } /* 选择栏 */ .tab { position: sticky; width: 100%; height: 128rpx; background-color: #ffffff; display: flex; } .item { width: 50%; display: flex; justify-content: center; align-items: center; } .item > text { margin-left: 10rpx; font-size: 32rpx; } .item > image { width: 54rpx; height: 48rpx; }