withdraw.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. .withdraw__bg {
  2. width: 100%;
  3. min-height: 100%;
  4. background: #f3f3f3;
  5. }
  6. .withdraw__head {
  7. width: 100%;
  8. height: 248rpx;
  9. background-image: linear-gradient(180deg,
  10. #eab86a 0%,
  11. #d4932b 100%);
  12. text-align: center;
  13. padding-top: 50rpx;
  14. box-sizing: border-box;
  15. }
  16. .withdraw__head .title {
  17. font-size: 28rpx;
  18. color: #ffffff;
  19. margin-bottom: 40rpx;
  20. }
  21. .withdraw__head .price {
  22. font-size: 48rpx;
  23. color: #ffffff;
  24. font-weight: 600;
  25. }
  26. .withdraw-list {
  27. width: 100%;
  28. padding: 0 20rpx;
  29. box-sizing: border-box;
  30. }
  31. .withdraw-info {
  32. /* height: 160rpx; */
  33. padding: 30rpx 0;
  34. border-bottom: 1rpx solid #cccccc;
  35. box-sizing: border-box;
  36. }
  37. .withdraw-info .time {
  38. font-size: 24rpx;
  39. color: #bbbbbb;
  40. margin-top: 10rpx;
  41. float: right;
  42. }
  43. .withdraw-goods {
  44. }
  45. .withdraw-goods .name {
  46. float: left;
  47. width: 711rpx;
  48. font-size: 28rpx;
  49. color: #4c4c4c;
  50. display: -webkit-box;
  51. text-overflow: ellipsis;
  52. -webkit-line-clamp: 2;
  53. overflow: hidden;
  54. -webkit-box-orient: vertical;
  55. line-height: 40rpx;
  56. margin-bottom: 22rpx;
  57. }
  58. .withdraw-info .money {
  59. float: right;
  60. font-size: 28rpx;
  61. color: #eab86a;
  62. }
  63. .withdraw-info .price {
  64. float: left;
  65. width: 250rpx;
  66. font-size: 28rpx;
  67. color: #eab86a;
  68. /* text-align: right; */
  69. }
  70. .withdraw-info .price.green {
  71. color: #5ebf62;
  72. }
  73. .withdraw-info .price1 {
  74. float: left;
  75. width: 250rpx;
  76. font-size: 28rpx;
  77. color: #eab86a;
  78. }
  79. .withdraw-info .price2 {
  80. float: left;
  81. width: 250rpx;
  82. font-size: 28rpx;
  83. color: #5ebf62;
  84. }
  85. .withdraw-info .price3 {
  86. float: left;
  87. width: 250rpx;
  88. font-size: 28rpx;
  89. color: #bbb;
  90. }
  91. .granary-no {
  92. padding-top: 200rpx;
  93. }
  94. .granary-no__icon {
  95. display: block;
  96. width: 204rpx;
  97. height: 258rpx;
  98. margin: 0 auto;
  99. }
  100. .granary-no__text {
  101. text-align: center;
  102. font-size: 28rpx;
  103. margin-top: 25rpx;
  104. color: #cccccc;
  105. }