cashDetail.wxss 484 B

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