cashDetail.wxss 703 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .view2-view-text {
  2. font-size: 14px;
  3. color: #000000;
  4. margin-left: 20rpx;
  5. width: 80%;
  6. }
  7. .view2-view-image-right {
  8. width: 18rpx;
  9. height: 30rpx;
  10. margin-left: 50rpx;
  11. }
  12. .cash {
  13. text-align: center;
  14. background: white;
  15. height: 100%;
  16. position: absolute;
  17. width: 100%;
  18. }
  19. .cash .cash-top {
  20. padding: 32rpx 32rpx 50rpx 32rpx;
  21. /* border-bottom: 1px solid gainsboro; */
  22. background: #FF2638;
  23. }
  24. .cash .leiji {
  25. font-size: 14px;
  26. color: #ffffff;
  27. margin-bottom: 10px;
  28. }
  29. .cash .yinghang {
  30. height: 80rpx;
  31. line-height: 80rpx;
  32. font-size: 36rpx;
  33. font-weight: 700;
  34. text-align: left;
  35. }
  36. .cash .yinghang2 {
  37. height: 80rpx;
  38. line-height: 80rpx;
  39. font-size: 36rpx;
  40. font-weight: 700;
  41. }