order-detail.css 3.1 KB

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