.container{ background-color: #f7f7f7; } .tabs{ background-color: #fff; padding: 0 40rpx; height: 88rpx; display: flex; justify-content: space-around; align-items: center; .item{ font-size: 30rpx; color: #666666; display: flex; flex-direction: column; justify-content: center; align-items: center; .border{ width: 40rpx; height: 6rpx; background-color: #fff; margin-top: 16rpx; border-radius: 3rpx; } } .active{ font-weight: 600; font-size: 34rpx; color: #222222; .border{ background: #F4CA1C; } } } .list{ padding: 30rpx 40rpx; .item{ width: 670rpx; background: linear-gradient( 180deg, #F2E7E1 0%, #FEFEFD 30%, #FFFFFF 100%); border-radius: 8rpx; padding: 30rpx; margin-bottom: 30rpx; .header{ font-size: 26rpx; display: flex; align-items: center; margin-bottom: 30rpx; .name{ font-weight: 500; font-size: 32rpx; margin-right: 18rpx; } } .line{ display: flex; align-items: center; min-height: 40rpx; margin-bottom: 20rpx; .label{ color: #666666; width: 140rpx; font-size: 28rpx; } .spe{ letter-spacing: 56rpx; } .val{ color: #333333; } } .time{ display: flex; color: #999999; font-size: 24rpx; margin-top: 0rpx; } } }