my-order.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. /* pages/my-order/my-order.wxss */
  2. page {
  3. height: 100%;
  4. background: #f0f1f2;
  5. }
  6. .container {
  7. height: 100%;
  8. margin-bottom: 220rpx;
  9. display: flex;
  10. flex-direction: column;
  11. align-items: center;
  12. }
  13. .header {
  14. width: 750rpx;
  15. height: 112rpx;
  16. background: #1890ff;
  17. font-size: 32rpx;
  18. font-family: PingFangSC-Medium, PingFang SC;
  19. font-weight: 500;
  20. color: rgba(255, 255, 255, 0.65);
  21. display: flex;
  22. align-items: center;
  23. justify-content: space-around;
  24. }
  25. .header-item {
  26. position: relative;
  27. }
  28. .header-item view {
  29. width: 28rpx;
  30. height: 28rpx;
  31. text-align: center;
  32. font-size: 24rpx;
  33. font-family: Helvetica-Bold, Helvetica;
  34. font-weight: bold;
  35. color: #ffffff;
  36. background: #fa541c;
  37. border-radius: 50%;
  38. background: #fa541c;
  39. position: absolute;
  40. right: -10rpx;
  41. top: -10rpx;
  42. }
  43. .item-activated {
  44. font-size: 38rpx;
  45. font-family: PingFangSC-Medium, PingFang SC;
  46. font-weight: 500;
  47. color: #ffffff;
  48. position: relative;
  49. }
  50. .item-activated::after {
  51. content: "";
  52. width: 88rpx;
  53. height: 6rpx;
  54. background: #ffffff;
  55. border-radius: 3rpx;
  56. position: absolute;
  57. left: 50%;
  58. bottom: -8rpx;
  59. margin-left: -44rpx;
  60. }
  61. .cell-group {
  62. width: 750rpx;
  63. padding: 20rpx;
  64. box-sizing: border-box;
  65. }
  66. .cell {
  67. width: 710rpx;
  68. box-sizing: border-box;
  69. background: #fff;
  70. display: flex;
  71. flex-direction: column;
  72. border-radius: 18rpx;
  73. border: 2rpx solid rgba(235, 235, 236, 0.8);
  74. margin-bottom: 20rpx;
  75. }
  76. .content {
  77. min-height: 253rpx;
  78. /* background: #ffffff; */
  79. padding: 40rpx 24rpx;
  80. box-sizing: border-box;
  81. }
  82. .content-header {
  83. font-size: 38rpx;
  84. font-family: PingFangSC-Medium, PingFang SC;
  85. font-weight: 500;
  86. color: rgba(0, 0, 0, 0.85);
  87. display: flex;
  88. align-items: center;
  89. justify-content: space-between;
  90. }
  91. .price {
  92. color: #096dd9;
  93. }
  94. .content-company {
  95. font-size: 28rpx;
  96. font-family: PingFangSC-Regular, PingFang SC;
  97. font-weight: 400;
  98. color: rgba(0, 0, 0, 0.65);
  99. margin-top: 16rpx;
  100. }
  101. .content-info {
  102. font-size: 24rpx;
  103. font-family: PingFangSC-Regular, PingFang SC;
  104. font-weight: 400;
  105. color: rgba(0, 0, 0, 0.65);
  106. display: flex;
  107. align-items: center;
  108. margin-top: 16rpx;
  109. }
  110. .address {
  111. min-height: 48rpx;
  112. background: #f5f5f5;
  113. border-radius: 18rpx;
  114. padding: 12rpx 16rpx;
  115. box-sizing: border-box;
  116. margin-right: 16rpx;
  117. display: flex;
  118. align-items: center;
  119. }
  120. .address-image {
  121. height: 24rpx;
  122. width: 24rpx;
  123. margin-right: 10rpx;
  124. }
  125. .number {
  126. min-height: 48rpx;
  127. background: #f5f5f5;
  128. border-radius: 8rpx;
  129. padding: 12rpx 16rpx;
  130. box-sizing: border-box;
  131. display: flex;
  132. align-items: center;
  133. }
  134. .number-image {
  135. height: 24rpx;
  136. width: 24rpx;
  137. margin-right: 10rpx;
  138. }
  139. .order-info {
  140. width: 710rpx;
  141. min-height: 98rpx;
  142. font-size: 28rpx;
  143. font-family: PingFangSC-Regular, PingFang SC;
  144. font-weight: 400;
  145. color: rgba(0, 0, 0, 0.65);
  146. /* background: #ffffff; */
  147. border-top: 2rpx solid rgba(235, 235, 236, 0.8);
  148. padding: 20rpx 24rpx;
  149. box-sizing: border-box;
  150. display: flex;
  151. align-items: center;
  152. justify-content: space-between;
  153. }
  154. .button-confirm {
  155. width: 168rpx;
  156. height: 58rpx;
  157. text-align: center;
  158. line-height: 58rpx;
  159. font-size: 28rpx;
  160. font-family: PingFangSC-Medium, PingFang SC;
  161. font-weight: 500;
  162. color: #ffffff;
  163. background: #1890ff;
  164. border-radius: 29rpx;
  165. }
  166. .doing,
  167. .done {
  168. font-size: 28rpx;
  169. font-family: PingFangSC-Medium, PingFang SC;
  170. font-weight: 500;
  171. color: rgba(0, 0, 0, 0.25);
  172. }
  173. .offline {
  174. height: 70%;
  175. display: flex;
  176. flex-direction: column;
  177. align-items: center;
  178. justify-content: center;
  179. }
  180. .offline-image {
  181. height: 260rpx;
  182. width: 260rpx;
  183. }
  184. .offline-text {
  185. font-size: 34rpx;
  186. font-family: PingFangSC-Medium, PingFang SC;
  187. font-weight: 500;
  188. color: rgba(0, 0, 0, 0.45);
  189. margin-top: 100rpx;
  190. }
  191. .offline-message {
  192. font-size: 28rpx;
  193. font-family: PingFangSC-Regular, PingFang SC;
  194. font-weight: 400;
  195. color: rgba(0, 0, 0, 0.25);
  196. margin-top: 10rpx;
  197. }
  198. .offline-reload {
  199. width: 168rpx;
  200. height: 58rpx;
  201. line-height: 58rpx;
  202. text-align: center;
  203. font-size: 28rpx;
  204. font-family: PingFangSC-Regular, PingFang SC;
  205. font-weight: 400;
  206. color: #ffffff;
  207. background: rgba(0, 0, 0, 0.25);
  208. border-radius: 29rpx;
  209. margin-top: 100rpx;
  210. }