checkDetail.acss 389 B

1234567891011121314151617181920212223242526
  1. .header{
  2. background: #fff;
  3. padding:20rpx 32rpx;
  4. position: sticky;
  5. top: 0;
  6. }
  7. .header-top-right{
  8. margin-left: 10rpx;
  9. }
  10. .state{
  11. color: #E6A23C;
  12. }
  13. .li{
  14. background: #fff;
  15. padding:20rpx 32rpx;
  16. line-height: 60rpx;
  17. border-bottom: 1px solid #f1f1f1;
  18. }
  19. .date{
  20. font-size: 28rpx;
  21. margin-top: 20rpx;
  22. }
  23. .scroll{
  24. height: calc(100vh - 157rpx);
  25. /* background-color: #E6A23C */
  26. }