orderDetail.wxss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. page {
  2. background-color: #EDF1F4;
  3. }
  4. .orderdetail {
  5. height: 100vh;
  6. display: flex;
  7. flex-direction: column;
  8. }
  9. .main-box {
  10. flex: 1;
  11. overflow-y: auto;
  12. }
  13. .main-box::-webkit-scrollbar {
  14. display: none;
  15. }
  16. .head {
  17. min-height: 220rpx;
  18. background: linear-gradient(180deg, #6116FF 0%, #AA67FF 100%);
  19. }
  20. .state-text {
  21. font-size: 36rpx;
  22. font-weight: 800;
  23. color: #FFFFFF;
  24. padding: 52rpx 0 0 32rpx;
  25. }
  26. .explain-text {
  27. font-size: 22rpx;
  28. font-weight: 500;
  29. color: #FFFFFF;
  30. padding: 10rpx 0 0 32rpx;
  31. }
  32. .floor-2 {
  33. position: relative;
  34. top: -50rpx;
  35. height: 80rpx;
  36. background-color: #EDF1F4;
  37. border-radius: 50rpx;
  38. }
  39. .make-info {
  40. width: 686rpx;
  41. /* height: 470rpx; */
  42. background: #FFFFFF;
  43. border-radius: 20rpx 20rpx 20rpx 20rpx;
  44. opacity: 1;
  45. margin: auto;
  46. }
  47. .order-info-box {
  48. position: relative;
  49. top: -80rpx;
  50. }
  51. .make-time {
  52. display: inline-block;
  53. padding: 6rpx 16rpx;
  54. font-size: 22rpx;
  55. font-weight: 500;
  56. color: #6B738B;
  57. background-color: #F5F7FB;
  58. }
  59. .chunk {
  60. height: 1rpx;
  61. }
  62. .time-date {
  63. font-size: 48rpx;
  64. font-weight: bold;
  65. color: #1C274C;
  66. }
  67. .time-hour {
  68. font-size: 48rpx;
  69. font-weight: bold;
  70. display: inline-block;
  71. }
  72. .site {
  73. font-size: 30rpx;
  74. font-weight: 800;
  75. color: #1A1A1A;
  76. padding-top: 16rpx;
  77. }
  78. .user-info {
  79. font-size: 26rpx;
  80. font-weight: 500;
  81. color: #6B738B;
  82. }
  83. .wire {
  84. width: 686rpx;
  85. height: 0rpx;
  86. opacity: 1;
  87. border: 1rpx solid rgba(164, 169, 183, 0.2);
  88. }
  89. .bz-title {
  90. color: #A4A9B7;
  91. }
  92. .user-remark {
  93. color: #1C274C;
  94. }
  95. .phone-img {
  96. width: 30rpx;
  97. height: 30rpx;
  98. float: right;
  99. margin-right: 32rpx;
  100. }
  101. /* 订单信息 */
  102. .orders-box {
  103. width: 686rpx;
  104. background: #FFFFFF;
  105. border-radius: 20rpx 20rpx 20rpx 20rpx;
  106. opacity: 1;
  107. margin: auto;
  108. }
  109. .order-each-img {
  110. width: 120rpx;
  111. height: 120rpx;
  112. background: #D9D9D9;
  113. border-radius: 20rpx 20rpx 20rpx 20rpx;
  114. opacity: 1;
  115. }
  116. .order-each-title {
  117. font-size: 30rpx;
  118. font-weight: bold;
  119. color: #1C274C;
  120. white-space: normal;
  121. }
  122. .types{
  123. width: 84rpx;
  124. height: 27rpx;
  125. border-radius: 4rpx;
  126. background-color: #6116FF;
  127. color: #fff;
  128. }
  129. .unit-money {
  130. color: #FF9600;
  131. font-size: 22rpx;
  132. }
  133. .order-price {
  134. color: #FF9600;
  135. font-size: 30rpx;
  136. }
  137. .order-number {
  138. margin-top: 42rpx;
  139. color: #A4A9B7;
  140. font-size: 22rpx;
  141. }
  142. .quantity {
  143. color: #A4A9B7;
  144. font-size: 22rpx;
  145. display: inline-block;
  146. float: right;
  147. position: relative;
  148. top: 10rpx;
  149. }
  150. .discount {
  151. height: 32rpx;
  152. background: #2C2B31;
  153. color: #F6E0B9;
  154. border-radius: 5rpx;
  155. }
  156. .ticket-img {
  157. width: 30rpx;
  158. height: 26rpx;
  159. }
  160. .font {
  161. font-size: 26rpx;
  162. font-weight: 500;
  163. color: #1C274C;
  164. }
  165. .ticket-price {
  166. color: #FF9600;
  167. font-size: 26rpx;
  168. }
  169. .total-t {
  170. text-align: right;
  171. font-size: 22rpx;
  172. color: #A4A9B7;
  173. }
  174. .total-price {
  175. font-size: 32rpx;
  176. color: #1C274C;
  177. }
  178. .order-odd {
  179. width: 622rpx;
  180. background: #FFFFFF;
  181. border-radius: 20rpx 20rpx 20rpx 20rpx;
  182. opacity: 1;
  183. margin: auto;
  184. }
  185. .copk {
  186. padding: 3rpx 8rpx;
  187. border-radius: 4rpx 4rpx 4rpx 4rpx;
  188. opacity: 1;
  189. border: 1rpx solid #62CB81;
  190. font-size: 20rpx;
  191. font-weight: 500;
  192. color: #62CB81;
  193. }
  194. .order-color {
  195. font-size: 24rpx;
  196. font-weight: 500;
  197. color: #1C274C;
  198. }
  199. .odd-text {
  200. color: #A4A9B7;
  201. font-size: 24rpx;
  202. }
  203. .cotto {
  204. height: 160rpx;
  205. }
  206. .order-btn-box {
  207. width: 750rpx;
  208. background: #FFFFFF;
  209. border-radius: 0rpx 0rpx 0rpx 0rpx;
  210. opacity: 1;
  211. box-sizing: border-box;
  212. }
  213. .btn {
  214. width: 686rpx;
  215. height: 98rpx;
  216. border-radius: 10rpx 10rpx 10rpx 10rpx;
  217. opacity: 1;
  218. line-height: 98rpx;
  219. margin: auto;
  220. margin-top: 14rpx;
  221. font-size: 30rpx;
  222. font-weight: bold;
  223. color: #FFFFFF;
  224. }
  225. .technician-box {
  226. width: 622rpx;
  227. height: 120rpx;
  228. background: #FFFFFF;
  229. border-radius: 16rpx 16rpx 16rpx 16rpx;
  230. opacity: 1;
  231. margin: auto;
  232. }
  233. .technician-img {
  234. width: 64rpx;
  235. height: 64rpx;
  236. background: #F9F9F9;
  237. border-radius: 50%;
  238. opacity: 1;
  239. vertical-align: middle;
  240. }
  241. .tel {
  242. background-color: #F0E8FF;
  243. width: 56rpx;
  244. height: 56rpx;
  245. }
  246. .tel-icon {
  247. width: 24rpx;
  248. height: 24rpx;
  249. }
  250. .settle-box {
  251. width: 686rpx;
  252. height: 936rpx;
  253. position: relative;
  254. box-sizing: border-box;
  255. padding: 70rpx 64rpx;
  256. }
  257. .settle-bg {
  258. position: absolute;
  259. left: 0;
  260. top: 0;
  261. width: 100%;
  262. height: 98%;
  263. }
  264. .settle-title {
  265. background: linear-gradient(to right, #E93423, #EE7F31);
  266. width: 188rpx;
  267. height: 68rpx;
  268. margin: 0 auto;
  269. color: #fff;
  270. }
  271. .settle {
  272. position: relative;
  273. z-index: 10;
  274. }
  275. .num-box {
  276. flex-wrap: wrap;
  277. }
  278. .num {
  279. height: 64rpx;
  280. width: 270rpx;
  281. margin: 0 16rpx 16rpx 0;
  282. background: #F5F7F9;
  283. box-sizing: border-box;
  284. padding: 0 16rpx;
  285. }
  286. .num:nth-of-type(2n) {
  287. margin-right: 0;
  288. }
  289. .refund{
  290. color: #FF9600;
  291. }