refund.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. /* pages/welfareMall/refund/refund.wxss */
  2. .refund{
  3. width: 750rpx;
  4. height: auto;
  5. padding-bottom: 119rpx;
  6. background: #F7F7F7;
  7. }
  8. /* 垂直方向布局,水平居中 **/
  9. .flex-column{
  10. display: flex;
  11. flex-flow: column nowrap;
  12. align-items: center;
  13. justify-content: left;
  14. }
  15. /* 水平方向布局,垂直居中 **/
  16. .flex-row{
  17. display: flex;
  18. flex-flow: row nowrap;
  19. align-items: center;
  20. justify-content: center;
  21. }
  22. .refund-speed{
  23. width: 550rpx;
  24. height: 200rpx;
  25. }
  26. .refund-details{
  27. width: 716rpx;
  28. height: 433rpx;
  29. background: #FFFFFF;
  30. border-radius: 10rpx;
  31. }
  32. .refund-log-submit,.refund-log-adopt{
  33. width: 83rpx;
  34. height: 84rpx;
  35. }
  36. .refund-speed-submit{
  37. margin-right: 22rpx;
  38. }
  39. .refund-speed-adopt{
  40. margin-left: 22rpx;
  41. }
  42. .refund-line{
  43. width: 240rpx;
  44. height: 56rpx;
  45. }
  46. .refund-log-line{
  47. width: 240rpx;
  48. height: 1rpx;
  49. background: #A0A0A0;
  50. }
  51. .refund-text{
  52. font-size: 24rpx;
  53. font-weight: 500;
  54. color: #444444;
  55. margin-top: 27rpx;
  56. }
  57. /*订单详情**/
  58. .content-hm{
  59. width: 680rpx;
  60. height: 260rpx;
  61. }
  62. .content-head{
  63. width: 676rpx;
  64. height: 22rpx;
  65. justify-content: space-between;
  66. }
  67. .content-head-text{
  68. width: 211rpx;
  69. height: 28rpx;
  70. font-size: 24rpx;
  71. font-weight: 500;
  72. color: #444444;
  73. }
  74. .content-head{
  75. width: 676rpx;
  76. height: 40rpx;
  77. justify-content: space-between;
  78. margin-top: 30rpx;
  79. }
  80. .content-middle{
  81. width: 676rpx;
  82. height: 180rpx;
  83. justify-content: space-between;
  84. }
  85. .middle-img{
  86. width: 160rpx;
  87. height: 119rpx;
  88. }
  89. .middle-nt{
  90. margin-left: 36rpx;
  91. }
  92. .middle-num{
  93. width: 220rpx;
  94. height: 36rpx;
  95. font-size: 28rpx;
  96. font-weight: 500;
  97. color: #444444;
  98. }
  99. .middle-text{
  100. width: 180rpx;
  101. height: 36rpx;
  102. font-size: 28rpx;
  103. font-weight: 500;
  104. color: #444444;
  105. overflow: hidden;
  106. white-space: nowrap;
  107. text-overflow: ellipsis;
  108. margin-top: 10rpx;
  109. }
  110. .money-num-count{
  111. font-size: 22rpx;
  112. font-weight: 500;
  113. color: #A0A0A0;
  114. }
  115. .content-line{
  116. width: 679rpx;
  117. height: 1rpx;
  118. background: #A0A0A0;
  119. }
  120. .content-lower{
  121. width: 676rpx;
  122. height: 100rpx;
  123. margin-top: 36rpx;
  124. }
  125. .lower-total-state{
  126. font-size: 36rpx;
  127. font-family: Source Han Sans CN;
  128. font-weight: 500;
  129. color: #444444;
  130. }
  131. .lower-total-text{
  132. font-size: 22rpx;
  133. font-weight: 500;
  134. color: #444444;
  135. margin-top: 14rpx;
  136. }