initiate_refund.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. /* pages/initiate_refund/initiate_refund.wxss */
  2. .task{
  3. margin: 20rpx 0;
  4. padding-bottom: 1rpx;
  5. position: relative;
  6. background: #fff;
  7. border-radius: 30rpx;
  8. }
  9. .task-title{
  10. margin:0 30rpx 0 30rpx;
  11. /* padding-bottom: 20rpx; */
  12. border-bottom: 1rpx solid #E4E4E4;
  13. }
  14. .task-title-img{
  15. width: 59rpx;
  16. height: 59rpx;
  17. margin: 33rpx 16rpx 0 0;
  18. }
  19. .task-title-tet{
  20. font-size: 30rpx;
  21. color: #393939;
  22. padding: 45rpx 0;
  23. display: inline-block
  24. }
  25. .task-title-btn{
  26. font-size: 24rpx;
  27. float: right;
  28. margin: 50rpx 0 0 29rpx;
  29. color: #7C819D;
  30. }
  31. .task-progress{
  32. margin:90rpx 30rpx 0 30rpx;
  33. height: 9rpx;
  34. border-radius:5rpx;
  35. background-color: rgba(220,220,220,1);
  36. display: flex;
  37. flex-direction: row;
  38. justify-content: space-between;
  39. }
  40. .task-time{
  41. text-align: center;
  42. display: inline-block;
  43. position: relative;
  44. top:-26rpx;
  45. width: 23%;
  46. }
  47. .task-progress-img{
  48. width: 52rpx;
  49. height: 52rpx;
  50. }
  51. .task-progress-star{
  52. font-size: 24rpx;
  53. color: #2f2f2f;
  54. margin-top: 20rpx;
  55. }
  56. .task-progress-T{
  57. margin-top: 4rpx;
  58. font-size:20rpx;
  59. }
  60. .task-progress-time{
  61. color:rgba(70,195,144,1);
  62. font-size:20rpx;
  63. }
  64. .task-progress-txt{
  65. color: #7E7E7E;
  66. margin-right: 4rpx;
  67. }
  68. .task-active{
  69. color:#FFC100;
  70. }
  71. .task-section{
  72. position: relative;
  73. margin: 195rpx 30rpx 0 30rpx;
  74. /* clear: both; */
  75. }
  76. .task-head{
  77. background:linear-gradient(#50C293, #41C08C);
  78. border-radius:20rpx;
  79. padding-bottom: 27rpx;
  80. }
  81. .task-head-img{
  82. width: 122rpx;
  83. height: 112rpx;
  84. border-radius:20rpx;
  85. position: absolute;
  86. top: -56rpx;
  87. }
  88. .task-head-title{
  89. font-size: 30rpx;
  90. color: #fff;
  91. margin: 27rpx 0 27rpx 124rpx;
  92. display: inline-block;
  93. }
  94. .task-head-nav{
  95. font-size: 24rpx;
  96. color: #fff;
  97. line-height: 40rpx;
  98. margin: 0 23rpx 0 23rpx;
  99. }
  100. .puzzle{
  101. margin: 24rpx 24rpx 1rpx 24rpx;
  102. position: relative;
  103. background: #F1F3FA;
  104. border-radius:16rpx;
  105. padding-bottom: 24rpx;
  106. }
  107. .puzzle-say{
  108. margin:24rpx 31rpx 0 31rpx;
  109. }
  110. .li-nav{
  111. padding: 24rpx 24rpx 1rpx 24rpx;
  112. border-radius:20rpx;
  113. background: #fff;
  114. margin-top: 24rpx;
  115. }
  116. .li-nav-info{
  117. padding: 24rpx 24rpx 1rpx 24rpx;
  118. border-radius:20rpx;
  119. margin-top: 24rpx;
  120. }
  121. .li-nav-head{
  122. font-size: 24rpx;
  123. color: #393939;
  124. margin-bottom: 39rpx;
  125. }
  126. .li-nav-list{
  127. margin-bottom: 30rpx;
  128. }
  129. .li-nav-list-span{
  130. width: 15rpx;
  131. height: 15rpx;
  132. border-radius: 50%;
  133. background: #FF6465;
  134. display: inline-block;
  135. margin-right: 15rpx;
  136. line-height: 40rpx;
  137. }
  138. .li-nav-list-text{
  139. font-size: 24rpx;
  140. color: #7C819D;
  141. display: inline-block;
  142. }
  143. .refund-text{
  144. font-size: 24rpx;
  145. color: #393939;
  146. margin-bottom: 20rpx;
  147. }
  148. .refund-mony{
  149. padding:30rpx 0;
  150. font-size: 24rpx;
  151. height: 100rpx;
  152. }
  153. .refund-area{
  154. color: #BFBFBF;
  155. font-size: 24rpx;
  156. }
  157. button::after{
  158. border: none
  159. }
  160. .refund-btn{
  161. background: #FF6465;
  162. font-size: 34rpx;
  163. text-align: center;
  164. line-height: 100rpx;
  165. border-radius:12rpx;
  166. color: #fff;
  167. margin:30rpx;
  168. }
  169. .li-reason{
  170. padding: 30rpx 23rpx 20rpx 23rpx;
  171. border-radius:20rpx;
  172. /* background: #F2F2F2; */
  173. margin-top: 30rpx;
  174. }
  175. .fefund-reason{
  176. line-height: 60rpx;
  177. text-align: center;
  178. border-radius:10rpx;
  179. font-size: 24rpx;
  180. color: #FF6465;
  181. background: rgba(255,100,101,0.2);
  182. display: inline-block;
  183. width: 47%;
  184. margin: 10rpx 9rpx;
  185. }
  186. .refund-active{
  187. background: #FF6465;
  188. color: #fff;
  189. }
  190. .li-inputList{
  191. line-height: 82rpx;
  192. border-radius:10rpx;
  193. background: #fff;
  194. display: flex;
  195. align-items: center;
  196. margin: 20rpx 0;
  197. }
  198. .li-input-name{
  199. color: #7C819D;
  200. font-size: 24rpx;
  201. margin: 0 22rpx;
  202. display: inline-block;
  203. }
  204. .li-input-content{
  205. line-height: 82rpx;
  206. display: inline-block;
  207. width: 70%;
  208. }
  209. .li-input{
  210. color: #393939;
  211. font-size: 24rpx;
  212. }
  213. .input-placeholder{
  214. font-size: 24rpx;
  215. color: #D0D5E6;
  216. }