cashDetail.wxss 618 B

12345678910111213141516171819202122232425262728293031323334353637
  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. }