order-detail.wxss 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. ax-body.data-v-d80893f4{
  2. display: block;
  3. height: 100%;
  4. background: #F6FAFF;
  5. }
  6. .body.data-v-d80893f4{
  7. position: relative;
  8. z-index: 1;
  9. }
  10. /* 页面背景 */
  11. .page-background.data-v-d80893f4{
  12. position: fixed;
  13. top: 0;
  14. left: 0;
  15. right: 0;
  16. z-index: 0;
  17. }
  18. .page-background image.data-v-d80893f4{
  19. display: block;
  20. width: 100%;
  21. }
  22. /* 基础信息 */
  23. .base-info.data-v-d80893f4{
  24. font-size: 14px;
  25. position: relative;
  26. -webkit-transform: translateY(5px);
  27. transform: translateY(5px);
  28. background-color: #fff;
  29. border-radius: 8px;
  30. padding: 10px;
  31. margin-top: 10px;
  32. }
  33. .base-info .content.data-v-d80893f4{
  34. padding: 10px;
  35. position: relative;
  36. z-index: 2;
  37. }
  38. .base-info .val.data-v-d80893f4{
  39. margin-top: 10px;
  40. color: #3EB6F8;
  41. }
  42. .base-info .value.data-v-d80893f4{
  43. display: inline-block;
  44. font-weight: bold;
  45. font-size: 30px;
  46. margin-right: 5px;
  47. -webkit-transform: translateY(2px);
  48. transform: translateY(2px);
  49. }
  50. .base-info .name.data-v-d80893f4{
  51. display: flex;
  52. align-items: center;
  53. }
  54. .base-info .name .icon.data-v-d80893f4{
  55. width: 24px;
  56. margin-right: 10px;
  57. }
  58. .base-info .bg.data-v-d80893f4{
  59. width: 100%;
  60. position: absolute;
  61. top: 0;
  62. left: 0;
  63. }
  64. /* 卡片 */
  65. .card.data-v-d80893f4{
  66. display: flex;
  67. align-items: center;
  68. padding: 10px;
  69. margin-top: 20px;
  70. background-color: #fff;
  71. border-radius: 8px;
  72. }
  73. .card .item.data-v-d80893f4{
  74. flex: 1;
  75. display: flex;
  76. align-items: center;
  77. justify-content: center;
  78. flex-direction: column;
  79. }
  80. .card .item .icon.data-v-d80893f4{
  81. display: flex;
  82. align-items: center;
  83. justify-content: center;
  84. width: 30px;
  85. height: 30px;
  86. color: #fff;
  87. background-color: #aaa;
  88. border-radius: 4px;
  89. }
  90. .card .item .icon.green.data-v-d80893f4{
  91. background-color: #4EDC86;
  92. }
  93. .card .item .icon.red.data-v-d80893f4{
  94. background-color: #F44033;
  95. }
  96. .card .item .date.data-v-d80893f4{
  97. font-size: 12px;
  98. color: #aaa;
  99. text-align: center;
  100. }
  101. .card .item .time.data-v-d80893f4{
  102. font-weight: bold;
  103. }
  104. .card .item .arrow.data-v-d80893f4{
  105. width: 8em;
  106. }
  107. .card .item.middle.data-v-d80893f4{
  108. margin: 0 10px;
  109. font-size: 14px;
  110. }
  111. /* 单元格 */
  112. .cell-group.data-v-d80893f4{
  113. background-color: #fff;
  114. border-radius: 8px;
  115. padding: 10px;
  116. margin-top: 10px;
  117. }
  118. .cell-group .cell.data-v-d80893f4{
  119. display: flex;
  120. align-items: center;
  121. justify-content: space-between;
  122. height: 32px;
  123. font-size: 14px;
  124. }
  125. .cell-group .cell .contet.data-v-d80893f4{
  126. color: #aaa;
  127. }
  128. .cell-group .summarize.data-v-d80893f4{
  129. display: flex;
  130. align-items: center;
  131. justify-content: space-between;
  132. font-size: 14px;
  133. height: 46px;
  134. }
  135. .cell-group .sum.data-v-d80893f4{
  136. font-size: 16px;
  137. color: #F44033 !important;
  138. }
  139. .cell-group.multi-line.data-v-d80893f4{
  140. position: relative;
  141. z-index: 2;
  142. margin-top: 30rpx;
  143. }
  144. .cell-group.multi-line .cell.data-v-d80893f4{
  145. display: block;
  146. height: auto;
  147. }
  148. .cell-group.multi-line .cell .lable.data-v-d80893f4{
  149. height: 28px;
  150. color: #AAA;
  151. }
  152. .cell-group.multi-line .cell .contet.data-v-d80893f4{
  153. height: 32px;
  154. color: #2B303A;
  155. font-size: 16px;
  156. font-weight: bold;
  157. }
  158. .load-payment.data-v-d80893f4{
  159. font-weight: bold;
  160. font-size: 32rpx;
  161. color: #2B303A;
  162. }
  163. .load-payment-btn.data-v-d80893f4{
  164. width: 160rpx;
  165. height: 48rpx;
  166. background: #3EB6F8;
  167. border-radius: 24rpx;
  168. font-size: 24rpx;
  169. color: #FFFFFF;
  170. line-height: 48rpx;
  171. text-align: center;
  172. }
  173. .flow-money.data-v-d80893f4{
  174. font-weight: 800;
  175. font-size: 32rpx;
  176. color: #FF4D3A;
  177. }
  178. .finish-payment.data-v-d80893f4{
  179. font-weight: bold;
  180. font-size: 32rpx;
  181. color: #2B303A;
  182. }
  183. /* 提示 */
  184. .tips.data-v-d80893f4{
  185. display: flex;
  186. align-items: center;
  187. justify-content: center;
  188. height: 24px;
  189. font-size: 12px;
  190. border-radius: 4px;
  191. background-color: #E2FDFE;
  192. margin-top: 10px;
  193. }
  194. .tips .icon.data-v-d80893f4{
  195. display: block;
  196. width: 14px;
  197. height: 14px;
  198. margin-right: 10px;
  199. }
  200. .hr.data-v-d80893f4{
  201. border-top: 1px solid #f0f0f0;
  202. }