.declaration-log{ background:#f4f4f4; padding: 30rpx; height: 100vh; overflow-y:auto; .log-list{ .tab{ background: #fff; border-radius: 8rpx; box-shadow: 0 0 10rpx #eee; margin-bottom: 30rpx; .tab-top{ height: 70rpx; line-height: 70rpx; display: flex; background: #e7eafb; padding: 0 20rpx; box-sizing: border-box; border-top-left-radius: 8rpx; border-top-right-radius: 8rpx; .left{ flex: 1; color: #475596; font-size: 28rpx; text-align: left; font-weight:600; .iconfont{ font-size:28rpx; margin-right: 8rpx; } } .right{ color: #999; font-size: 24rpx; text-align: right; } } .tab-num{ height: 70rpx; line-height: 70rpx; font-size: 28rpx; color: #666; padding: 0 20rpx; border-bottom: 1rpx solid #eee; .iconfont{ font-size:28rpx; margin-right: 8rpx; } } .tab-content{ height:160rpx; display: flex; text-align: center; border-bottom: 1rpx solid #eee; .send-type,.operator{ border-right: 1rpx solid #eee; } .send-type,.operator,.shipping-agent{ flex: 1; font-size:28rpx; .top{ height: 80rpx; line-height: 80rpx; border-bottom: 1rpx solid #eee; color: #666; } .bottom{ height: 80rpx; line-height: 80rpx; color: #666; } .active{ color: #50b349; } .error{ color: #fe9805; } .waring{ color: #f5571a; } } } .tab-tip{ // min-height:80rpx; padding:20rpx; font-size: 24rpx; color: #999; line-height: 32rpx; } } } }