index.wxss 746 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .cash-audit {
  2. width: 710rpx;
  3. background-color: #fff;
  4. border-radius: 6rpx;
  5. margin: 25rpx auto 0 auto;
  6. padding: 53rpx 0 58rpx 0;
  7. }
  8. .cash-audit .pictrue {
  9. width: 214rpx;
  10. height: 179rpx;
  11. margin: 0 auto;
  12. }
  13. .cash-audit .pictrue image {
  14. width: 100%;
  15. height: 100%;
  16. }
  17. .cash-audit .tip {
  18. font-size: 32rpx;
  19. color: #282828;
  20. margin-top: 40rpx;
  21. text-align: center;
  22. padding: 0 40rpx;
  23. }
  24. .cash-audit .time {
  25. font-size: 26rpx;
  26. color: #999;
  27. text-align: center;
  28. margin-top: 15rpx;
  29. }
  30. .cash-audit .bnt {
  31. font-size: 32rpx;
  32. color: #fff;
  33. width: 500rpx;
  34. height: 86rpx;
  35. border-radius: 43rpx;
  36. text-align: center;
  37. line-height: 86rpx;
  38. margin: 50rpx auto 0 auto;
  39. }