cashDetail.wxss 987 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .bg {
  2. position: relative;
  3. width: 100%;
  4. min-height: 100%;
  5. background-color: #ffffff;
  6. }
  7. .radishDetail {
  8. padding: 0 20rpx;
  9. }
  10. .radishDetail-count {
  11. font-size: 28rpx;
  12. line-height: 120rpx;
  13. border-bottom: 1rpx solid #eeeeee;
  14. margin-bottom: 20rpx;
  15. }
  16. .radishDetail-count__title {
  17. color: #999999;
  18. float: left;
  19. }
  20. .radishDetail-count__value {
  21. color: #4c4c4c;
  22. float: right;
  23. }
  24. .radishDetail-line {
  25. font-size: 28rpx;
  26. line-height: 72rpx;
  27. }
  28. .radishDetail-line__title {
  29. color: #999999;
  30. float: left;
  31. }
  32. .radishDetail-line__value {
  33. color: #4c4c4c;
  34. float: right;
  35. width: 540rpx;
  36. text-align: right;
  37. }
  38. .merchant-transfer-btn {
  39. width: 560rpx;
  40. height: 88rpx;
  41. line-height: 88rpx;
  42. margin: 56rpx auto 0;
  43. border-radius: 44rpx;
  44. background-image: linear-gradient(90deg, #eab86a 0%, #e23232 100%);
  45. color: #ffffff;
  46. font-size: 30rpx;
  47. text-align: center;
  48. }
  49. .radishDetail-empty {
  50. padding-top: 120rpx;
  51. color: #999999;
  52. font-size: 28rpx;
  53. text-align: center;
  54. }