balanceDetailed.css 990 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. /* wallet/balanceDetailed/balanceDetailed.wxss */
  2. page {
  3. background: #ffffff;
  4. }
  5. .pinimgs {
  6. width: 118rpx;
  7. height: 118rpx;
  8. position: relative;
  9. margin: 70rpx auto 0 auto;
  10. /* margin: 70rpx 30rpx; */
  11. }
  12. .pinimg {
  13. display: block;
  14. width: 100%;
  15. height: 100%;
  16. }
  17. .type {
  18. padding: 30rpx 0 0;
  19. font-size: 32rpx;
  20. text-align: center;
  21. }
  22. .money {
  23. font-size: 70rpx;
  24. text-align: center;
  25. }
  26. .start {
  27. font-size: 26rpx;
  28. text-align: center;
  29. padding: 30rpx 0 0 0;
  30. }
  31. .cont {
  32. margin: 45rpx 59rpx 0 61rpx;
  33. border-top: 1rpx solid #E4E4E4;
  34. }
  35. .goods {
  36. padding: 70rpx 0 0;
  37. justify-content: space-between;
  38. }
  39. .labe {
  40. font-size: 26rpx;
  41. color: #999999;
  42. flex: 0.2;
  43. }
  44. .goodsname {
  45. font-size: 26rpx;
  46. text-align: left;
  47. flex: 0.8;
  48. overflow: hidden;
  49. text-overflow: ellipsis;
  50. white-space: nowrap;
  51. }
  52. .time {
  53. justify-content: space-between;
  54. padding: 40rpx 0 0;
  55. }
  56. .give {
  57. padding: 20rpx 0 24rpx 0;
  58. text-align: center;
  59. color: #F32A27;
  60. font-size: 26rpx;
  61. }